fix(desktop): attempt to improve connection reliability

This commit is contained in:
Brendan Allan
2026-01-22 22:06:28 +08:00
parent 16a8f5a9c3
commit 224b2c37d7
2 changed files with 43 additions and 16 deletions

View File

@@ -52,6 +52,8 @@ fn configure_display_backend() -> Option<String> {
}
fn main() {
unsafe { std::env::set_var("NO_PROXY", "no_proxy=127.0.0.1,localhost,::1") };
#[cfg(target_os = "linux")]
{
if let Some(backend_note) = configure_display_backend() {