mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-24 08:32:10 +00:00
fix: rename label to GPU
This commit is contained in:
parent
3cc2727fac
commit
543dc3e56c
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ const Player = forwardRef<HTMLDivElement, Props>(({ profile }: Props, ref) => {
|
|||
}
|
||||
{
|
||||
shell.active &&
|
||||
<Option label={'SUPPORTS_NVIDIA_VIDEO_PROCESSING'}>
|
||||
<Option label={'SUPPORTS_GPU_VIDEO_PROCESSING'}>
|
||||
<Toggle
|
||||
tabIndex={-1}
|
||||
{...gpuVideoProcessingToggle}
|
||||
|
|
|
|||
Loading…
Reference in a new issue