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

fix: disable autostart when running yarn dev #575

Merged
merged 2 commits into from
Aug 27, 2022
Merged

fix: disable autostart when running yarn dev #575

merged 2 commits into from
Aug 27, 2022

Conversation

dubisdev
Copy link
Contributor

This PR disables the autostart option when running the app in development mode (not includes the development option in the production app, just yarn dev).
Autostart was causing an electron popup window on start because it fails while trying to start an executable that doesn't exist, as the app isn't compiled. More info here

To delete de entry in the start options of the PC users can run Cerebro with yarn dev and edit the settings disabling (and now also enablig) the option. This will clear the entry and the window won't show again. Autostart is now never activated on development mode.

fix #573

@ogustavo-pereira ogustavo-pereira merged commit 464b54c into cerebroapp:master Aug 27, 2022
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.

Cerebro v0.6 startup command opens electrum
2 participants