diff --git a/src/renderer/features/now-playing/components/play-queue-list-controls.tsx b/src/renderer/features/now-playing/components/play-queue-list-controls.tsx index ea86406a7..3effcb894 100644 --- a/src/renderer/features/now-playing/components/play-queue-list-controls.tsx +++ b/src/renderer/features/now-playing/components/play-queue-list-controls.tsx @@ -145,6 +145,12 @@ export const PlayQueueListControls = ({ }, ]} listKey={ItemListKey.SIDE_QUEUE} + optionsConfig={{ + table: { + itemsPerPage: { hidden: true }, + pagination: { hidden: true }, + }, + }} tableColumnsData={SONG_TABLE_COLUMNS} />