Skip to content

Commit

Permalink
MoreInfo clamp to screen off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
evil-morfar committed Sep 20, 2024
1 parent 2761069 commit 05d3dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ addon.defaults = {
[213089] = true, -- Antique Bronze Bullion (DF S4 Weapon/Trinket currency)
},

moreInfoClampToScreen = true,
moreInfoClampToScreen = false,
},
} -- defaults end

Expand Down

0 comments on commit 05d3dd5

Please sign in to comment.