Fix Ctrl+Click selection, add Delete key with confirmation dialog

- Fix Ctrl+Click: mousedown no longer immediately adds item, preventing
  onClick from toggling it back off. Drag-select still works via mouseenter.
- Delete key removes selected items/packages with JDownloader-style
  confirmation dialog showing count and remaining items.
- "Nicht mehr anzeigen" checkbox disables future confirmations.
- New setting "Vor dem Löschen bestätigen" under Allgemein.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-02 18:31:45 +01:00
co-authored by Claude Opus 4.6
parent eb42fbabfd
commit f11190ee25
5 changed files with 88 additions and 11 deletions
+1
View File
@@ -75,6 +75,7 @@ export function defaultSettings(): AppSettings {
theme: "dark" as const,
collapseNewPackages: true,
autoSkipExtracted: false,
confirmDeleteSelection: true,
bandwidthSchedules: []
};
}