-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Make a dialog appear when rust app panics #310
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
Can we add some more dialogs ? we need one when java is not detected (make sure it does not trigger in dev mode tho 🤣 ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
Just make new PRs for those, let him merge this |
The Java one is possible and shouldn't be that hard. |
This implements a cross platform crate that shows the actual panic. Pretty helpful when not launching from terminal.
Also implements
randomhelpful window titles when one appears.