Skip to content
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

Workaround for electron-store in renderer #2037

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

dusansimic
Copy link
Collaborator

This patch removes use of electron-store package from renderer process. For some reason, today electron-store decided to cause trouble (specifically its dependency, ajv) in the renderer process so using IPC calls, I've moved all its use-cases to the main process.

Closes: #2036

@dusansimic dusansimic merged commit 760ab16 into sindresorhus:main Jul 26, 2023
1 check passed
@dusansimic dusansimic deleted the electron-store-workaround branch July 26, 2023 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dark Mode Suddenly Gone
1 participant