-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restart the app when language changed #1168
Comments
I think this alternative plan is a really good one. It requires figuring out a good way to manage persistent data available to the This looks like a simple solution: https://github.com/sindresorhus/electron-store |
As part of this work, also should revisit the mysterious warning that appears in the renderer tests (but not when running the app for real): |
It looks like this is a common pattern and we can use With some extra consideration we can probably also allow the |
…ose to renderer processes via preload
Tell users they must restart the app (or automate restarting it) when the language setting is changed.
The downside is that changing the language setting is a larger interruption to using the app, but
current process
(on startup)
(on change of the language setting)
window.reload
)alternative
(on startup)
(on change of the language setting)
The text was updated successfully, but these errors were encountered: