mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
perf: select proxy (#5284)
* perf: improve select proxy for group * chore: update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user