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
@@ -305,6 +305,7 @@ const AlbumArtistMetadataTopSongs = ({
/>
</Group>
<ItemTableList
enableSelectionDialog={false}
activeRowId={currentSongId}
autoFitColumns={tableConfig.autoFitColumns}
CellComponent={ItemTableListColumn}
@@ -127,6 +127,7 @@ const AlbumArtistDetailTopSongsListRoute = () => {
enableHorizontalBorders={tableConfig.enableHorizontalBorders}
enableRowHoverHighlight={tableConfig.enableRowHoverHighlight}
enableSelection
enableSelectionDialog={false}
enableVerticalBorders={tableConfig.enableVerticalBorders}
itemType={LibraryItem.SONG}
onColumnReordered={handleColumnReordered}