added option to hide castbar icon
This commit is contained in:
@@ -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)
|
||||||
|
if Gladdy.db.castBarIconEnabled then
|
||||||
castBar.icon:Show()
|
castBar.icon:Show()
|
||||||
|
else
|
||||||
|
castBar.icon:Hide()
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function Castbar:CAST_STOP(unit, ...)
|
function Castbar:CAST_STOP(unit, ...)
|
||||||
|
Reference in New Issue
Block a user