Skip to content

Commit

Permalink
Use Ctrl+Q to quit (#997)
Browse files Browse the repository at this point in the history
Resolves #484
  • Loading branch information
kra-mo authored and shiftkey committed Feb 4, 2024
1 parent e142124 commit 7289434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main-process/menu/build-default-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export function buildDefaultMenu({
{
role: 'quit',
label: 'E&xit',
accelerator: 'Alt+F4',
accelerator: 'CmdOrCtrl+Q',
}
)
}
Expand Down

0 comments on commit 7289434

Please sign in to comment.