diff --git a/src/renderer/components/settings/Settings.tsx b/src/renderer/components/settings/Settings.tsx index 24edb4f..3054e3c 100644 --- a/src/renderer/components/settings/Settings.tsx +++ b/src/renderer/components/settings/Settings.tsx @@ -46,7 +46,7 @@ const SettingsOptions: Record> 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": [