Fix open prefs taint

This commit is contained in:
Robin Hüskes 2022-11-28 23:11:48 +01:00
parent 9f2a53d9c9
commit 9896d06a9d
1 changed files with 2 additions and 1 deletions

View File

@ -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