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

electron/main: open devtools and bind events before loading gui file #319

Merged
merged 1 commit into from Nov 28, 2022

Conversation

warpdesign
Copy link
Owner

debugger statements put too early in the code where being ignored, probably because the devtools window was opened/ready too late.

This PR opens the devtools window and binds main window events before loading the main gui file.

debugger statements put too early in the code where being ignored, probably because
the devtools window was opened too late.

This PR opens the devtools window and binds main window events before loading
the main gui file.
@warpdesign warpdesign merged commit ca5935e into master Nov 28, 2022
@warpdesign warpdesign deleted the devtools-open-window-earlier branch November 28, 2022 08:33
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.

None yet

1 participant