mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
Refactor async runtime usage with AsyncHandler wrapper
This commit is contained in:
@@ -49,7 +49,7 @@ pub fn open_devtools(app_handle: tauri::AppHandle) {
|
||||
/// 退出应用
|
||||
#[tauri::command]
|
||||
pub fn exit_app() {
|
||||
feat::quit(Some(0));
|
||||
feat::quit();
|
||||
}
|
||||
|
||||
/// 重启应用
|
||||
|
||||
Reference in New Issue
Block a user