mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
chore: remove useless exit codes
This commit is contained in:
@@ -372,7 +372,7 @@ pub fn open_devtools(app_handle: tauri::AppHandle) {
|
||||
|
||||
#[tauri::command]
|
||||
pub fn exit_app() {
|
||||
feat::quit();
|
||||
feat::quit(Some(0));
|
||||
}
|
||||
|
||||
pub mod service {
|
||||
|
||||
Reference in New Issue
Block a user