JDownloader 2-style UI overhaul, multi-select, hoster display, settings sidebar
Build and Release / build (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-02 17:56:54 +01:00
co-authored by Claude Opus 4.6
parent 09bc354c18
commit 84d5c0f13f
12 changed files with 1689 additions and 455 deletions
+2
View File
@@ -73,6 +73,8 @@ export function defaultSettings(): AppSettings {
clipboardWatch: false,
minimizeToTray: false,
theme: "dark" as const,
collapseNewPackages: true,
autoSkipExtracted: false,
bandwidthSchedules: []
};
}