View Single Post
10-16-22, 05:44 AM   #1
Zax
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 147
Opening an addon settings panel?

Hello,

To open the settings panel of my addon, I use:
Lua Code:
  1. Settings.OpenToCategory(myAddonName)
It worked fine on previous PTR versions but now, this command only opens the general options panel.
Furthermore, if I have several addons, each settings panel is not always refreshed ("open" event is not always sent).

Is there a new way to open an addon settings panel?
__________________
Zax - Addons List, not all maintained.
  Reply With Quote