We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c00105 commit b134d5cCopy full SHA for b134d5c
1 file changed
Source/Resources/Scripts/API/UI/ActionBar.luau
@@ -106,9 +106,9 @@ local function SetupActionBarMethods(actionBarTable : ActionBar)
106
self:SetButtonCallback(index, nil);
107
else
108
local spellInfo = Spell.GetSpellInfo(spellID);
109
- --local spellIcon = Spell.GetIconInfo(spellInfo.IconID);
+ local spellIcon = Spell.GetIconInfo(spellInfo.IconID);
110
111
- local iconTexture = nil;--spellIcon.Texture or nil;
+ local iconTexture = spellIcon.Texture or nil;
112
actionButton.widget.panel:SetBackground(iconTexture);
113
114
self:SetButtonCallback(index, function()
0 commit comments