From 193034d2929ff65c976afce007855135c70c5c54 Mon Sep 17 00:00:00 2001 From: Aztup <55710232+Aztup@users.noreply.github.com> Date: Thu, 14 May 2026 15:37:45 +0200 Subject: [PATCH] fix: shell check --- src/routes/Settings/Player/Player.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Settings/Player/Player.tsx b/src/routes/Settings/Player/Player.tsx index 29009c6b1..f8295d070 100644 --- a/src/routes/Settings/Player/Player.tsx +++ b/src/routes/Settings/Player/Player.tsx @@ -133,7 +133,7 @@ const Player = forwardRef(({ profile }: Props, ref) => { } { - !shell.active && + shell.active &&