una-xiv / umbra

Umbra XIV - Adds quality of life improvements to the game and consolidates common UI elements and actions into a single uniform interface.
GNU Affero General Public License v3.0
51 stars 18 forks source link

[Bug] Configuration is being reset on plugin updates and logout #44

Closed haroldiedema closed 2 months ago

haroldiedema commented 2 months ago

It may happen that configuration is being reset back to defaults when the plugin is unloaded/loaded. I think the root cause is the delayed save timer that gets executed after the plugin has been unloaded, causing the config file to be overwritten with no values in it.