Introduce a globalScope
HausmeistaHausmeista opened this issue ยท 1 comments
First of all, thanks for the awesome addon. :)
In the SavedVariables lua file, I have noticed the following lines:
["global"] = {
["settingsScope"] = "realm",
},
Which makes me wonder if it would be possible to introduce a global Scope. I wouldn't mind if it wouldn't be available in the UI and just possible using the lua file (to reduce effort on your side). I am asking for it, because the settings for addon are the same for all my characters as well as the first six entries and it would remove a lot of manual effort if I could just set/edit these once and be done with it. :)
Thank you very much for maybe considering this idea. :)