From 57ddf62f73e92052fa0816e54cc3f3d7b7e98573 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 11 May 2024 15:42:54 -0500 Subject: [PATCH] Maybe stop castbar flashing sometimes --- IceCastBar.lua | 4 ++++ changelog.md | 1 + this_version.md | 1 + 3 files changed, 6 insertions(+) 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: