git
/
wowui.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
6fa986e
)
6781949 - fix bottomwarn hiding
author
Aleksi Blinnikka <aleksi.blinnikka@iki.fi>
Fri, 3 Dec 2021 12:39:37 +0000
committer
Aleksi Blinnikka <aleksi.blinnikka@iki.fi>
Fri, 3 Dec 2021 12:39:37 +0000
kehys/updater.lua
patch
|
blob
|
history
diff --git
a/kehys/updater.lua
b/kehys/updater.lua
index
42aedf0
..
c1dab83
100644
(file)
--- 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();
end
elseif frame.bottomwarn:IsShown() then
frame.bottomwarn:Hide();
end
elseif frame.bottomwarn:IsShown() then
frame.bottomwarn:Hide();