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:
|
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
|
disabled: () => Settings.store.hardwareAcceleration !== false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"User Interface": [
|
"User Interface": [
|
||||||
|
|||||||
Reference in New Issue
Block a user