alroyso 1 vuosi sitten
vanhempi
säilyke
40fc067fa8
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      lib/app/utils/system_proxy.dart

+ 1 - 0
lib/app/utils/system_proxy.dart

@@ -119,6 +119,7 @@ class WinSystemProxy extends SystemProxyPlatform {
     } else {
       await Process.run('reg', ['add', regPath, '/v', 'ProxyEnable', '/t', 'REG_DWORD', '/d', '0', '/f']);
       await Process.run('reg', ['add', regPath, '/v', 'ProxyServer', '/t', 'REG_SZ', '/d', '', '/f']);
+      await Process.run('reg', ['add', regPath, '/v', 'ProxyOverride', '/t', 'REG_SZ', '/d', '', '/f']);
     }
   }