Merge pull request #704 from GoldJohnKing/feat/702-respect-system-proxy-windows

feat: respect system proxy settings on Windows platform
This commit is contained in:
MathieuG-P
2024-12-26 22:42:20 +01:00
committed by GitHub
15 changed files with 185 additions and 3 deletions
@@ -88,6 +88,7 @@ export interface StaticConfigKeyValues {
"song-details-cache-etag": string;
"disable-hadware-acceleration": boolean;
"use-symlinks": boolean;
"use-system-proxy": boolean;
// Linux Specific static configs
"proton-folder": string;