From 9896d06a9dab5af253a6f5ddf11a67e390b540fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20H=C3=BCskes?= Date: Mon, 28 Nov 2022 23:11:48 +0100 Subject: [PATCH] Fix open prefs taint --- broker.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/broker.lua b/broker.lua index e50b894..b5d083f 100755 --- a/broker.lua +++ b/broker.lua @@ -69,7 +69,8 @@ local function OnClick(self, button) if(not InCombatLockdown()) then if(SettingsPanel) then if(SettingsPanel:IsVisible()) then - SettingsPanel:Hide() + HideUIPanel(SettingsPanel) + HideUIPanel(GameMenuFrame) else Settings.OpenToCategory(childName) end