chore: update

This commit is contained in:
huzibaca 2024-09-26 19:47:25 +08:00
parent e8ed7c1e3e
commit 11a8e3465f
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -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)?;