We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd3be1 commit 9a2bc7fCopy full SHA for 9a2bc7f
1 file changed
options.lua
@@ -164,6 +164,10 @@ function ns:RegisterOptions()
164
end
165
166
function ns:OpenConfig()
167
+ if C_SettingsUtil and C_SettingsUtil.OpenSettingsPanel and InCombatLockdown() then
168
+ LibStub("AceConfigDialog-3.0"):Open(self.configPanelName);
169
+ return;
170
+ end
171
Settings.OpenToCategory(self.categoryID)
172
173
0 commit comments