fix: init system proxy correctly

This commit is contained in:
GyDi 2022-10-28 01:33:21 +08:00
parent 273cbf333e
commit 60af0735f4

View File

@ -75,7 +75,7 @@ impl Sysopt {
/// update the system proxy /// update the system proxy
pub fn update_sysproxy(&mut self) -> Result<()> { pub fn update_sysproxy(&mut self) -> Result<()> {
if self.cur_sysproxy.is_none() { if self.cur_sysproxy.is_none() || self.old_sysproxy.is_none() {
return self.init_sysproxy(); return self.init_sysproxy();
} }