View Single Post
05-30-23, 10:33 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,894
The function with an addon (name/setting table) passed is primarily to open the addon settings to a particular addon.

You could:
Lua Code:
  1. Settings.OpenToCategory()
  2. SettingsPanel.AddOnsTab:Click()

To open the menu and click the AddOns tab to set focus to it.

InterfaceOptionsFrame_OpenToCategory has been deprecated and replaced by Settings.OpenToCategory.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 05-30-23 at 11:04 PM.
  Reply With Quote