You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Settings should be moved entirely over to the Vuex Store to allow all modules to access them without import restrictions. Some files are currently not able to access Settings at all.
File affected: https://github.com/Athena-Software/Owl/blob/master/services/settings.js
The Settings should be moved entirely over to the Vuex Store to allow all modules to access them without import restrictions. Some files are currently not able to access Settings at all.