Figured I would post this hear than as an actual bug yet until it is confirmed.
When using certain Enchantrix slash commands to disable various parts of the addon (in order to save on lag when I don't need it) I'm finding that it acts a little flakey.
/enchantrix off should turn off the entirety of the addon and not display any extra information, but that doesn't work at all. In addition, some of the other options DO work but once you have turned them off they won't turn on again unless I delete the Enchantrix specific settings from my SavedVariables.lua.
Has anyone else run into this or am I doing something incorrect?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the function Enchantrix_NewTooltip the filter for "all" is not being checked at all. This means that the Enchantrix setting for the global on/off is kinda pointless. Auctioneer does this correctly however so I may try messing around with adding something similar.
However this doesn't explain the inability to re-enable certain options once they have been disabled without deleting some stuff from the SavedVariables.lua.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Figured I would post this hear than as an actual bug yet until it is confirmed.
When using certain Enchantrix slash commands to disable various parts of the addon (in order to save on lag when I don't need it) I'm finding that it acts a little flakey.
/enchantrix off should turn off the entirety of the addon and not display any extra information, but that doesn't work at all. In addition, some of the other options DO work but once you have turned them off they won't turn on again unless I delete the Enchantrix specific settings from my SavedVariables.lua.
Has anyone else run into this or am I doing something incorrect?
I've done a bit more digging into this...
In the function Enchantrix_NewTooltip the filter for "all" is not being checked at all. This means that the Enchantrix setting for the global on/off is kinda pointless. Auctioneer does this correctly however so I may try messing around with adding something similar.
However this doesn't explain the inability to re-enable certain options once they have been disabled without deleting some stuff from the SavedVariables.lua.