[Feature] Disable Objectives Tracker styling
AdvLeon opened this issue ยท 7 comments
Game Flavor
Dragonflight
Is there an existing request for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
I love the look of the UI but it would be nice to have the option to toggle the Objective/Quests Tracker and revert to the default blizzard appearance for those that prefer how that looks.
Describe the solution you'd like
A toggle option in the /azerite menu.
Describe alternatives you've considered
Seems to be possible by messing with the add-on files but an official solution seems cleaner :)
Additional context
No big deal if it isn't possible, it's a very minor thing. I appreciate all your hard work! ๐
The tracker already has a toggle.
Per the changelog, this is experimental.
I did see that but all it seems to do is completely disable the quest tracker, including the Blizzard version.
On the topic of experimental features, try these:
/run ObjectiveTrackerFrame:SetTheme("blizzard")
/run ObjectiveTrackerFrame:SetTheme("azerite")
๐
On the topic of experimental features, try these:
/run ObjectiveTrackerFrame:SetTheme("blizzard")
/run ObjectiveTrackerFrame:SetTheme("azerite")
๐
I just tested and it works perfectly! Goldpaw you are a legend! ๐คฉ
The reason I haven't put this into the menu yet is because when I wrote this it was sort of buggy. And I didn't want to put a bunch of buggy features into the public version.
But I might as well do it, add it to the options menu I mean. I can always just add a warning that theming is an experimental feature which might produce bugs and the solution is to stick to the azerite theme in that case. ๐๐ป