You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
Hi
I want to show message for user if panic occurs. I tried to use crate msgbox from panic handler but for linux and if panic happens in not-main thread I see no message.
What is the idiomatic way in gtk-rs to do this?
PS: I already set panic = "abort" in my Cargo.toml
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I want to show message for user if panic occurs. I tried to use crate msgbox from panic handler but for linux and if panic happens in not-main thread I see no message.
What is the idiomatic way in gtk-rs to do this?
PS: I already set
panic = "abort"
in myCargo.toml
The text was updated successfully, but these errors were encountered: