Fix open prefs taint

This commit is contained in:
Robin Hüskes 2022-11-28 23:10:40 +01:00
parent 0aec7c390f
commit efb7d130f9
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,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