Enhancement: Improve Saved Variable Name-Spacing
StormFX opened this issue ยท 0 comments
Having a bunch of related settings thrown into the root of a profile's saved variables while others are name-spaced makes setting and returning values a bit cumbersome. Categorizing settings in namespaces would allow for more generic and reusable get and set functions.
- Update the default DB structure with namespaces.
- Update all references to existing settings.
- Update the DB migration function to include the changes.