We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cae4d0 commit 26c98abCopy full SHA for 26c98ab
MY_LifeBar/src/MY_LifeBar.lua
@@ -373,7 +373,6 @@ function D.ResumeSysHeadTop()
373
X.SafeCall(_G.Addon_ShowPlayerBalloon, SYS_HEAD_TOP_STATE['PLAYER_BALLOON'])
374
SYS_HEAD_TOP_STATE = nil
375
end
376
-X.RegisterExit(D.ResumeSysHeadTop)
377
378
function D.Repaint()
379
for _, lb in pairs(LB_CACHE) do
@@ -958,4 +957,7 @@ X.RegisterUserSettingsRelease('MY_LifeBar', function()
958
957
D.Reset()
959
end)
960
+X.RegisterExit(D.ResumeSysHeadTop)
961
+X.RegisterReload(D.ResumeSysHeadTop)
962
+
963
--[[#DEBUG BEGIN]]X.ReportModuleLoading(MODULE_PATH, 'FINISH')--[[#DEBUG END]]
0 commit comments