i am very stupid

This commit is contained in:
Vendicated
2025-06-09 01:36:45 +02:00
parent 83ad4970e5
commit a2dade9140

View File

@@ -46,7 +46,7 @@ const SettingsOptions: Record<string, Array<BooleanSetting | SettingsComponent>>
description: description:
"Enable hardware video acceleration. This can improve performance of screenshare and video playback, but may cause graphical glitches and infinitely loading streams.", "Enable hardware video acceleration. This can improve performance of screenshare and video playback, but may cause graphical glitches and infinitely loading streams.",
defaultValue: false, defaultValue: false,
disabled: () => Settings.store.hardwareAcceleration !== false disabled: () => Settings.store.hardwareAcceleration === false
} }
], ],
"User Interface": [ "User Interface": [