feat: adjust clash log

This commit is contained in:
GyDi
2022-11-18 22:08:06 +08:00
parent bcc5ec897a
commit f425fbaf9d
4 changed files with 88 additions and 13 deletions

View File

@@ -116,6 +116,7 @@ impl Tray {
resolve::resolve_reset();
api::process::kill_children();
app_handle.exit(0);
std::process::exit(0);
}
_ => {}
},