diff --git a/frontend/src/pages/SettingsUser.tsx b/frontend/src/pages/SettingsUser.tsx index d87f0290..47cf64e4 100644 --- a/frontend/src/pages/SettingsUser.tsx +++ b/frontend/src/pages/SettingsUser.tsx @@ -90,6 +90,7 @@ const SettingsUser = () => { setPageSize(Number(event.target.value)); }} /> +
{userConfig.config.page_size !== pageSize && ( <> diff --git a/frontend/src/pages/Video.tsx b/frontend/src/pages/Video.tsx index e76a1dfe..19425015 100644 --- a/frontend/src/pages/Video.tsx +++ b/frontend/src/pages/Video.tsx @@ -329,10 +329,14 @@ const Video = () => { )} )} +
+ +
+
{isAdmin && ( <> @@ -364,6 +368,7 @@ const Video = () => { )}{' '}
+
{!showAddToPlaylist && (