mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-24 12:32:30 +00:00
fix: shell check
This commit is contained in:
parent
53637b8779
commit
193034d292
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue