mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
bags: prevent from being placed offscreen
This commit is contained in:
@@ -4,6 +4,9 @@ pfUI:RegisterModule("bags", function ()
|
||||
default_border = C.appearance.border.bags
|
||||
end
|
||||
|
||||
-- prevent from being placed offscreen
|
||||
_G.StackSplitFrame:SetClampedToScreen(true)
|
||||
|
||||
-- overwrite some bag functions
|
||||
function _G.OpenAllBags()
|
||||
if pfUI.bag.right:IsShown() then
|
||||
|
||||
Reference in New Issue
Block a user