From 11a8e3465f1f7969419c5a2ea80fa63f62b9775b Mon Sep 17 00:00:00 2001 From: huzibaca Date: Thu, 26 Sep 2024 19:47:25 +0800 Subject: [PATCH] chore: update --- src-tauri/src/core/core.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/src/core/core.rs b/src-tauri/src/core/core.rs index f90f9e2d..c2b835d0 100644 --- a/src-tauri/src/core/core.rs +++ b/src-tauri/src/core/core.rs @@ -144,7 +144,7 @@ impl CoreManager { let app_dir = dirs::path_to_str(&app_dir)?; let clash_core = { Config::verge().latest().clash_core.clone() }; - let mut clash_core = clash_core.unwrap_or("verge-mihomo".into()); + let clash_core = clash_core.unwrap_or("verge-mihomo".into()); let config_path = dirs::path_to_str(&config_path)?;