Maybe stop castbar flashing sometimes

This commit is contained in:
Parnic
2024-05-11 15:42:54 -05:00
parent 67cd7330ad
commit 57ddf62f73
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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:

View File

@ -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: