BasicChatMods is sorted wrong in options?
rakkarage opened this issue ยท 3 comments
Describe the problem
Not a big deal but most mods seem to be sorted alphabetically, not BasicChatMods? spent an extra 10 seconds looking for it...
What steps will reproduce the problem?
- open Options->Addons
- note order
Consider attaching a screenshot below to help describe your issue (Attach directly, do not link to other websites)
What version of the addon are you using? (Stating 'latest' is not useful)
BasicChatMods-v10.0.3.zip
Thanks!
I just found out how that works...
https://wowpedia.fandom.com/wiki/Using_the_Interface_Options_Addons_panel
InterfaceOptions_AddCategory(panel [, addOn, position])
Adds a configuration panel.
panel
[Frame](https://wowpedia.fandom.com/wiki/UIOBJECT_Frame) - A panel with widgets (children) to control an AddOn.
addOn
boolean? - Identifies an AddOn is from a third party; however, the argment has no effect because the function body checks [issecure](https://wowpedia.fandom.com/wiki/API_issecure)().
position
number? - Position in the list of panels; omitting defaults to **alphabetical** order.
I don't specify a position so I don't know why it would be sorted like that. But it's clearly not the only addon doing that for you, for some reason.