From 9e1aa5e9a915cedb3c9c0f8b78876a81e4a02777 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Mon, 3 Nov 2025 22:49:12 -0700 Subject: [PATCH] Revert hide settings button when not playing --- src/pages/parts/player/PlayerPart.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/pages/parts/player/PlayerPart.tsx b/src/pages/parts/player/PlayerPart.tsx index 72a348d0..3295b9cf 100644 --- a/src/pages/parts/player/PlayerPart.tsx +++ b/src/pages/parts/player/PlayerPart.tsx @@ -179,11 +179,9 @@ export function PlayerPart(props: PlayerPartProps) { ) : null} {status === playerStatus.PLAYBACK_ERROR || status === playerStatus.PLAYING ? ( - <> - - - + ) : null} + {isShifting || isHoldingFullscreen ? ( ) : ( @@ -200,13 +198,11 @@ export function PlayerPart(props: PlayerPartProps) { )} {status === playerStatus.PLAYING ? ( - <> -
- -
- - +
+ +
) : null} +
{status === playerStatus.PLAYING && (