From e92d166ce97a9335f0e16526b40dc5dc456c361c Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Tue, 31 Mar 2026 16:09:34 -0500 Subject: Enable multi-select in downloads tab The downloadView widget was missing selectionMode and selectionBehavior properties, defaulting to SingleSelection. All other list views in the UI already had ExtendedSelection set. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/src/mainwindow.ui | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/src/mainwindow.ui b/src/src/mainwindow.ui index 581918f..caeda51 100644 --- a/src/src/mainwindow.ui +++ b/src/src/mainwindow.ui @@ -1421,6 +1421,12 @@ true + + QAbstractItemView::ExtendedSelection + + + QAbstractItemView::SelectRows + QAbstractItemView::ScrollPerPixel -- cgit v1.3.1