Skip to content

Commit

Permalink
fix: luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
arnvid committed Jun 22, 2024
1 parent e25e390 commit ffd96a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Skin/Interface/FrameXML/ActionBarController.lua
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ function private.FrameXML.ActionBarController()
if not private.disabled.mainmenubar then
if private.isRetail then
local MainMenuBar = _G.MainMenuBar
MainMenuBar.BorderArt:SetAlpha(0)
MainMenuBar.BorderArt:SetAlpha(0)
-- Removed in 10.2.0
-- MainMenuBar.Background:SetAlpha(0)
MainMenuBar.EndCaps:SetAlpha(0)
Expand Down
1 change: 0 additions & 1 deletion Skin/Interface/FrameXML/MainMenuBarBagButtons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ function private.FrameXML.MainMenuBarBagButtons()
if private.disabled.mainmenubar then return end
-- Skin.FrameTypeItemButton(_G.MainMenuBarBackpackButton)
-- Base.CropIcon(_G.MainMenuBarBackpackButton.SlotHighlightTexture)

Skin.BagSlotButtonTemplate(_G.CharacterBag0Slot)
Skin.BagSlotButtonTemplate(_G.CharacterBag1Slot)
Skin.BagSlotButtonTemplate(_G.CharacterBag2Slot)
Expand Down

0 comments on commit ffd96a3

Please sign in to comment.