WowRarity / Rarity

Collectibles and statistics tracking addon for World of Warcraft
https://www.curseforge.com/wow/addons/rarity
GNU General Public License v2.0
55 stars 35 forks source link

The Options module is no longer accessible from the UI before first being loaded #762

Open rdw-software opened 5 days ago

rdw-software commented 5 days ago

Looks like the Rarity entry in Blizzard's UI is no longer added immediately, meaning /rarity must first be used to load the addon. This might be a side effect of moving to the new LoadOnDemand system (see #752).

Should be easy to fix, but I haven't looked into it yet.

DakJaniels commented 5 days ago

Correct. Using the minimap button to open the settings also works.

rdw-software commented 5 days ago

Right. I guess it would be a little unfortunate to leave this unresolved, but I don't see a way of adding the category without loading the Options module (separate addon) at a glance. It might be possible to create a "placeholder" category with a button that says "Load Options module", as some other addons do. That would certainly take some work to implement and test, though.

Since I'm out of time, I'll create a tagged release anyway and hope there won't be too many bug reports 🤷‍♂️