Skip to content

Commit 03fa7ec

Browse files
committed
refactor: rename keyboardShortcutEnabled
1 parent 7e39efc commit 03fa7ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/settings/SystemSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const SystemSettings: FC = () => {
1313
<fieldset>
1414
<Legend icon={DeviceDesktopIcon}>System</Legend>
1515
<Checkbox
16-
name="kbdShortcutEnabled"
16+
name="keyboardShortcutEnabled"
1717
label="Enable keyboard shortcut"
1818
checked={settings.keyboardShortcut}
1919
onChange={(evt) =>

src/routes/__snapshots__/Settings.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)