chore: update

This commit is contained in:
huzibaca
2024-10-04 05:27:59 +08:00
parent 4c963b3978
commit 0ca90ed082
3 changed files with 24 additions and 30 deletions

View File

@@ -237,7 +237,7 @@ pub async fn patch_verge(patch: IVerge) -> Result<()> {
}
if should_update_sysproxy {
sysopt::Sysopt::global().update_sysproxy()?;
sysopt::Sysopt::global().update_sysproxy().await?;
}
if let Some(hotkeys) = patch.hotkeys {