From 6781949d1bb06f1c765b8f6cd4927442c56f49fc Mon Sep 17 00:00:00 2001 From: Aleksi Blinnikka Date: Fri, 3 Dec 2021 14:39:37 +0200 Subject: [PATCH 1/1] fix bottomwarn hiding --- kehys/updater.lua | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.39.5