Favorite Contacts

Favorite Contacts

25.4k Downloads

Introduce a globalScope

HausmeistaHausmeista opened this issue ยท 1 comments

commented

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. :)

commented

Uhh.. that was actually already a feature back in version 1. I somehow dropped it due to the major rewrite. I totally forgot about that since I'm only playing on 1 realm. It might be a good idea to bring that back.