mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
fix: trigger it now?
This commit is contained in:
parent
c14b942fda
commit
a5aa7db3da
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ pub(crate) fn check_app_exits(app: Component) {
|
|||
Config::new().with_window(WindowBuilder::new().with_visible(false)),
|
||||
);
|
||||
|
||||
// Stop deadman's switch
|
||||
should_panic.store(false, std::sync::atomic::Ordering::SeqCst);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue