mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
fix: reset proxy
This commit is contained in:
parent
f7dab3ca56
commit
c0ddddfb1f
|
@ -114,7 +114,7 @@ impl Sysopt {
|
|||
}
|
||||
|
||||
old.set_system_proxy()?;
|
||||
} else if let Some(mut cur) = cur {
|
||||
} else if let Some(mut cur @ Sysproxy { enable: true, .. }) = cur {
|
||||
// 没有原代理,就按现在的代理设置disable即可
|
||||
log::info!(target: "app", "reset proxy by disabling the current proxy");
|
||||
cur.enable = false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user