perf: select proxy (#5284)

* perf: improve select proxy for group

* chore: update
This commit is contained in:
oomeow
2025-11-02 22:33:50 +08:00
committed by GitHub
parent 36d1a3878f
commit d4cb16f4ff
3 changed files with 9 additions and 7 deletions

View File

@@ -308,7 +308,6 @@ impl Tray {
let tun_mode = verge.enable_tun_mode.as_ref().unwrap_or(&false);
let tun_mode_available = cmd::system::is_admin().unwrap_or_default()
|| service::is_service_available().await.is_ok();
println!("tun_mode_available: {}", tun_mode_available);
let mode = {
Config::clash()
.await