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
It could be a good to have a feature where those default settings are loaded from a config file. In this manner, a user can easily changes programmatically text, fonts, backgrounds and other settings in very easy manner.
I don't have enough skills in JS or TypeScript and I think I'm not the best person to create PRs about it ^^'.
The text was updated successfully, but these errors were encountered:
For now, where can I find the saved settings that I've changed through the greeter itself?
The theme simply saves the settings in the browser's localStorage. So there is not an easy-to-access file by the theme itself where the configs are persisted. If you still want to access the settings from outside the theme, it will depend on the greeter you're using (or, the browser engine the greeter uses) and where it persists the localStorage values.
It could be a good to have a feature where those default settings are loaded from a config file. In this manner, a user can easily changes programmatically text, fonts, backgrounds and other settings in very easy manner.
I don't have enough skills in JS or TypeScript and I think I'm not the best person to create PRs about it ^^'.
The text was updated successfully, but these errors were encountered: