View Single Post
09-11-22, 02:10 AM   #1
Platine
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2010
Posts: 72
InterfaceOptionsFrame -> SettingPanel

In 9.2.7, I used the InterfaceOptionsFrame_Show() call to display the interface option frame.
In 10.0.0, there is now a SettingPanel frame instead of InterfaceOptionsFrame.
How do I bring up my addon settings frame now?

InterfaceOptionsFrame_Show();
InterfaceOptionsFrame_OpenToCategory("My_Addon_Name");
  Reply With Quote