mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
fix: dns not restored when exiting the app
This commit is contained in:
@@ -371,7 +371,7 @@ pub fn open_devtools(app_handle: tauri::AppHandle) {
|
||||
}
|
||||
|
||||
#[tauri::command]
|
||||
pub fn exit_app() {
|
||||
pub async fn exit_app() {
|
||||
feat::quit(Some(0));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user