fix: shell check

This commit is contained in:
Aztup 2026-05-14 15:37:45 +02:00 committed by Aztup
parent 53637b8779
commit 193034d292

View file

@ -133,7 +133,7 @@ const Player = forwardRef<HTMLDivElement, Props>(({ profile }: Props, ref) => {
</Option>
}
{
!shell.active &&
shell.active &&
<Option label={'SUPPORTS_NVIDIA_VIDEO_PROCESSING'}>
<Toggle
tabIndex={-1}