fix Video HWA wrongly being disabled if HWA setting was never changed
This commit is contained in:
@@ -46,7 +46,7 @@ const SettingsOptions: Record<string, Array<BooleanSetting | SettingsComponent>>
|
||||
description:
|
||||
"Enable hardware video acceleration. This can improve performance of screenshare and video playback, but may cause graphical glitches and infinitely loading streams.",
|
||||
defaultValue: false,
|
||||
disabled: () => !Settings.store.hardwareAcceleration
|
||||
disabled: () => Settings.store.hardwareAcceleration !== false
|
||||
}
|
||||
],
|
||||
"User Interface": [
|
||||
|
||||
Reference in New Issue
Block a user