chore: remove useless exit codes and hooks

This commit is contained in:
huzibaca
2024-09-21 21:05:34 +08:00
parent e92074e586
commit 40ff3fd4bf
3 changed files with 0 additions and 5 deletions

View File

@@ -428,7 +428,6 @@ fn on_menu_event(app_handle: &AppHandle, event: MenuEvent) {
"restart_clash" => feat::restart_clash_core(),
"restart_app" => tauri::process::restart(&app_handle.env()),
"quit" => {
println!("quit");
feat::quit();
}
_ => {}