We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7babbd commit 23887c9Copy full SHA for 23887c9
NoAutoclose.lua
@@ -386,6 +386,9 @@ function ns:Init()
386
hooksecurefunc('DisplayInterfaceActionBlockedMessage', function() self:OnDisplayInterfaceActionBlockedMessage(); end);
387
hooksecurefunc('RestoreUIPanelArea', function(frame) self:SetDefaultPosition(frame); end);
388
hooksecurefunc('CloseWindows', function() self:DetectStaleUIPanels(); end);
389
+ hooksecurefunc('RegisterUIPanel', function(name, info)
390
+ self:HandleUIPanel(name, info, table_invert(UISpecialFrames));
391
+ end);
392
self:ReworkSettingsOpenAndClose();
393
394
self.eventFrame = CreateFrame('Frame');
0 commit comments