remove selection dialog from certain list views

This commit is contained in:
jeffvli
2025-12-16 21:06:56 -08:00
parent e21f538aa4
commit e3c26aa5fa
7 changed files with 11 additions and 2 deletions
@@ -169,6 +169,7 @@ export const PlayQueue = forwardRef<ItemListHandle, QueueProps>(({ listKey, sear
enableHorizontalBorders={table.enableHorizontalBorders}
enableRowHoverHighlight={table.enableRowHoverHighlight}
enableSelection
enableSelectionDialog={false}
enableVerticalBorders={table.enableVerticalBorders}
getRowId="_uniqueId"
groups={groups.length > 0 ? groups : undefined}