diff --git a/IceCastBar.lua b/IceCastBar.lua index d89aff9..c9e6e6e 100644 --- a/IceCastBar.lua +++ b/IceCastBar.lua @@ -470,6 +470,10 @@ function IceCastBar.prototype:GetCurrentCastingColor() end function IceCastBar.prototype:FlashBar(color, alpha, text, textColor) + if self.moduleSettings.flashInstants == "Never" then + return + end + if alpha then self.frame:SetAlpha(alpha) end diff --git a/changelog.md b/changelog.md index 04d7b99..5754ecc 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ v1.14.41: - Fix swapped DK runes in Cataclysm Classic +- Possible fix for castbar flashing sometimes when set to "Never" v1.14.40: diff --git a/this_version.md b/this_version.md index 831c925..50efab1 100644 --- a/this_version.md +++ b/this_version.md @@ -3,6 +3,7 @@ v1.14.41: - Fix swapped DK runes in Cataclysm Classic +- Possible fix for castbar flashing sometimes when set to "Never" v1.14.40: