We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae50174 commit cf7cd50Copy full SHA for cf7cd50
src/routes/Settings.tsx
@@ -238,7 +238,7 @@ export const SettingsRoute: FC = () => {
238
<Checkbox
239
name="kbdShortcutEnabled"
240
label="Enable keyboard shortcut"
241
- checked={!!settings.keyboardShortcut}
+ checked={settings.keyboardShortcut}
242
onChange={(evt) =>
243
updateSetting('keyboardShortcut', evt.target.checked)
244
}
0 commit comments