From: Aleksi Blinnikka Date: Fri, 3 Dec 2021 12:39:37 +0000 (+0200) Subject: fix bottomwarn hiding X-Git-Url: https://www.aleksib.fi/git/wowui.git/commitdiff_plain/6781949d1bb06f1c765b8f6cd4927442c56f49fc?ds=sidebyside;hp=6fa986e49300a4cf1c9fc7d809ede512779c7664 fix bottomwarn hiding --- diff --git a/kehys/updater.lua b/kehys/updater.lua index 42aedf0..c1dab83 100644 --- a/kehys/updater.lua +++ b/kehys/updater.lua @@ -287,6 +287,8 @@ function addon.FrameUpdate(frame) elseif frame.bottomwarn:IsShown() then frame.bottomwarn:Hide(); end + elseif frame.bottomwarn:IsShown() then + frame.bottomwarn:Hide(); end elseif frame.bottomwarn:IsShown() then frame.bottomwarn:Hide();