mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
Oops 😬
This commit is contained in:
@@ -78,13 +78,6 @@ function B:SizeAndPositionBagBar()
|
||||
button:SetWidth(E.db.bags.bagBar.size)
|
||||
button:SetHeight(E.db.bags.bagBar.size)
|
||||
button:ClearAllPoints()
|
||||
-- if E.db.bags.bagBar.mouseover then
|
||||
-- button:SetAlpha(0)
|
||||
-- button:Show()
|
||||
-- else
|
||||
-- button:SetAlpha(1)
|
||||
-- button:Show()
|
||||
-- end
|
||||
|
||||
if growthDirection == "HORIZONTAL" and sortDirection == "ASCENDING" then
|
||||
if i == 1 then
|
||||
@@ -172,4 +165,4 @@ function B:LoadBagBar()
|
||||
|
||||
self:SizeAndPositionBagBar()
|
||||
E:CreateMover(ElvUIBags, "BagsMover", L["Bags"])
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user