-
Notifications
You must be signed in to change notification settings - Fork 60
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
settings not setting on mac #144
Comments
still having this issue. |
same |
I figured out what is happening (at least in my case) settings returns "/Users/a/Library/Application Support/Electron/settings.json" as currently settings location. However, I could found the settings.json on the same path as electron.app.getPath('userData') folder. Could you update the library to use electron.app.getPath('userData') as default please? |
cool! i just decided to just use local storage for now, but ill see if this fixes it for me. |
I don't see any errors but doesn't seem electron settings aren't saving because when I close and reopen my application on mac the saved settings are now reset.
my getting and setting functions
The text was updated successfully, but these errors were encountered: