Skip to content

Commit

Permalink
allow changing reset accel
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Jun 5, 2023
1 parent d9e4ea9 commit 2d8ef7f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,14 +391,14 @@ const preferencesConfig = {
help: 'Move the crosshair right 1 pixel.',
modifierRequired: true,
},
// Currently we don't allow changing the Reset shortcut
// {
// label: 'Reset All Settings',
// key: 'reset',
// type: 'accelerator',
// help: 'Reset all settings to default and center the crosshair.'
// modifierRequired: true,
// },
// Allowing users to change the Reset shortcut may end poorly
{
label: 'Reset All Settings',
key: 'reset',
type: 'accelerator',
help: 'Reset all settings to default and center the crosshair.',
modifierRequired: true,
},
],
},
],
Expand Down

0 comments on commit 2d8ef7f

Please sign in to comment.