From d511b58c8f644862ee62910094c2e396ec3c6ae7 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Wed, 3 Dec 2025 16:54:40 -0800 Subject: [PATCH] hide pagination controls on playqueue config --- .../now-playing/components/play-queue-list-controls.tsx | 6 ++++++ 1 file changed, 6 insertions(+) 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} />