feat: erzwinge festen Proxy für API-Anfragen

This commit is contained in:
Sucukdeluxe
2026-08-31 13:20:03 +02:00
parent 17ac99d373
commit a562f9162a
23 changed files with 530 additions and 64 deletions
+1
View File
@@ -206,6 +206,7 @@ export function createRendererSettings(settings: AppSettings): RendererSettings
speedLimitMode: settings.speedLimitMode,
proxyDownloadEnabled: settings.proxyDownloadEnabled,
proxyListPath: settings.proxyListPath,
proxyApiProxyIndex: settings.proxyApiProxyIndex,
proxyConnectionsPerDownload: settings.proxyConnectionsPerDownload,
updateRepo: settings.updateRepo,
autoUpdateCheck: settings.autoUpdateCheck,