File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6262
6363function Config :Initialize ()
6464 self :RegisterOptions ();
65- LibStub (" AceConfigDialog-3.0" ):AddToBlizOptions (addonName , addonName );
65+ local _ , categoryID = LibStub (" AceConfigDialog-3.0" ):AddToBlizOptions (addonName , addonName );
66+ self .categoryID = categoryID ;
6667end
6768
6869function Config :RegisterOptions ()
6970 LibStub (" AceConfig-3.0" ):RegisterOptionsTable (addonName , self :GetOptions ());
7071end
7172
7273function Config :OpenConfig ()
73- Settings .OpenToCategory (addonName );
74+ Settings .OpenToCategory (self . categoryID );
7475end
7576
7677function Config :GetConfig (property )
Original file line number Diff line number Diff line change 11<Ui xmlns =" http://www.blizzard.com/wow/ui/" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.blizzard.com/wow/ui/
2- https://raw.githubusercontent.com/Meorawr /wow-ui-schema/main /UI.xsd" >
2+ https://raw.githubusercontent.com/Gethe /wow-ui-source/refs/heads/live/Interface/AddOns/Blizzard_SharedXML /UI.xsd" >
33 <Script file =" LibStub\LibStub.lua" />
44 <Include file =" CallbackHandler-1.0\CallbackHandler-1.0.xml" />
55 <Include file =" LibDataBroker-1.1\LibDataBroker-1.1.lua" />
You can’t perform that action at this time.
0 commit comments