Release v1.6.11

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-04 15:03:29 +01:00
co-authored by Claude Opus 4.6
parent e9b9801ac1
commit 52909258ca
8 changed files with 43 additions and 9 deletions
+2 -1
View File
@@ -86,6 +86,7 @@ export function defaultSettings(): AppSettings {
totalDownloadedAllTime: 0,
bandwidthSchedules: [],
columnOrder: ["name", "size", "progress", "hoster", "account", "prio", "status", "speed"],
extractCpuPriority: "high"
extractCpuPriority: "high",
autoExtractWhenStopped: true
};
}