fix: adjust something

This commit is contained in:
GyDi
2022-04-25 20:00:11 +08:00
committed by GitHub
parent 9319851118
commit c2d0ccea3c
4 changed files with 11 additions and 7 deletions

View File

@@ -85,8 +85,7 @@ fn main() -> std::io::Result<()> {
}
"quit" => {
resolve::resolve_reset(app_handle);
api::process::kill_children();
std::process::exit(0);
app_handle.exit(0);
}
_ => {}
},