Skip to content
Snippets Groups Projects
Unverified Commit f5d0513d authored by GyDi's avatar GyDi
Browse files

fix: reset after exit

parent 557abd42
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,10 @@ fn main() -> std::io::Result<()> {
resolve::resolve_reset(app_handle);
api::process::kill_children();
}
tauri::RunEvent::Exit => {
resolve::resolve_reset(app_handle);
api::process::kill_children();
}
_ => {}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment