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 Aug 11, 2024
1 parent 3ec1308 commit 9f213b3
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 @@ -134,7 +134,7 @@ export function buildDefaultMenu({
{
role: 'quit',
label: 'E&xit',
accelerator: 'Alt+F4',
accelerator: 'CmdOrCtrl+Q',
}
)
}
Expand Down

0 comments on commit 9f213b3

Please sign in to comment.