mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-08-03 01:38:45 +02:00
refactor: block windows app update if the browser is running
This commit is contained in:
@@ -1614,6 +1614,10 @@ impl ProxyManager {
|
||||
}
|
||||
}
|
||||
|
||||
crate::proxy_runner::ensure_sidecar_version()
|
||||
.await
|
||||
.map_err(|e| e.to_string())?;
|
||||
|
||||
// Start a new proxy using the donut-proxy binary with the correct CLI interface
|
||||
let mut proxy_cmd = app_handle
|
||||
.shell()
|
||||
|
||||
Reference in New Issue
Block a user