feat: parallele Proxy-Segmentdownloads

This commit is contained in:
Sucukdeluxe
2026-08-31 12:49:15 +02:00
parent 50f04b2761
commit 17ac99d373
20 changed files with 1275 additions and 52 deletions
+3
View File
@@ -204,6 +204,9 @@ export function createRendererSettings(settings: AppSettings): RendererSettings
speedLimitEnabled: settings.speedLimitEnabled,
speedLimitKbps: settings.speedLimitKbps,
speedLimitMode: settings.speedLimitMode,
proxyDownloadEnabled: settings.proxyDownloadEnabled,
proxyListPath: settings.proxyListPath,
proxyConnectionsPerDownload: settings.proxyConnectionsPerDownload,
updateRepo: settings.updateRepo,
autoUpdateCheck: settings.autoUpdateCheck,
clipboardWatch: settings.clipboardWatch,