Skip to content

Commit

Permalink
Update Extra.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
tukz committed Aug 22, 2024
1 parent 05fd7cb commit 619df53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Tukui/Modules/ActionBars/Extra.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ function ActionBars:SetupExtraButton()
if Button.SpellActivationAlert then
Button.SpellActivationAlert:SetAlpha(0)
end

if Button.SpellCastAnimFrame then
Button.SpellCastAnimFrame:SetAlpha(0)
end

if Button.InterruptDisplay then
Button.InterruptDisplay:SetAlpha(0)
end

Bar:EnableMouse(false)
Bar:SetParent(UIParent)
Expand Down

0 comments on commit 619df53

Please sign in to comment.