fix: rename label to GPU

This commit is contained in:
Aztup 2026-05-20 11:01:23 +02:00
parent 3cc2727fac
commit 543dc3e56c

View file

@ -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}