mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
fix(desktop): correct NO_PROXY syntax
This commit is contained in:
parent
224b2c37d7
commit
b776ba6b76
@ -52,7 +52,7 @@ fn configure_display_backend() -> Option<String> {
|
||||
}
|
||||
|
||||
fn main() {
|
||||
unsafe { std::env::set_var("NO_PROXY", "no_proxy=127.0.0.1,localhost,::1") };
|
||||
unsafe { std::env::set_var("NO_PROXY", "127.0.0.1,localhost,::1") };
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user