added option to hide castbar icon
This commit is contained in:
parent
d24b330411
commit
e5151f1605
@ -423,7 +423,11 @@ function Castbar:CAST_START(unit, spell, icon, value, maxValue, test)
|
|||||||
castBar.spark:Show()
|
castBar.spark:Show()
|
||||||
end
|
end
|
||||||
castBar:SetAlpha(1)
|
castBar:SetAlpha(1)
|
||||||
castBar.icon:Show()
|
if Gladdy.db.castBarIconEnabled then
|
||||||
|
castBar.icon:Show()
|
||||||
|
else
|
||||||
|
castBar.icon:Hide()
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function Castbar:CAST_STOP(unit, ...)
|
function Castbar:CAST_STOP(unit, ...)
|
||||||
|
Loading…
Reference in New Issue
Block a user