mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Maybe stop castbar flashing sometimes
This commit is contained in:
@ -470,6 +470,10 @@ function IceCastBar.prototype:GetCurrentCastingColor()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function IceCastBar.prototype:FlashBar(color, alpha, text, textColor)
|
function IceCastBar.prototype:FlashBar(color, alpha, text, textColor)
|
||||||
|
if self.moduleSettings.flashInstants == "Never" then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
if alpha then
|
if alpha then
|
||||||
self.frame:SetAlpha(alpha)
|
self.frame:SetAlpha(alpha)
|
||||||
end
|
end
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
v1.14.41:
|
v1.14.41:
|
||||||
|
|
||||||
- Fix swapped DK runes in Cataclysm Classic
|
- Fix swapped DK runes in Cataclysm Classic
|
||||||
|
- Possible fix for castbar flashing sometimes when set to "Never"
|
||||||
|
|
||||||
v1.14.40:
|
v1.14.40:
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
v1.14.41:
|
v1.14.41:
|
||||||
|
|
||||||
- Fix swapped DK runes in Cataclysm Classic
|
- Fix swapped DK runes in Cataclysm Classic
|
||||||
|
- Possible fix for castbar flashing sometimes when set to "Never"
|
||||||
|
|
||||||
v1.14.40:
|
v1.14.40:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user