Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Ctrl+Q to quit (#997)
Browse files Browse the repository at this point in the history
Resolves #484
kra-mo authored and shiftkey committed Mar 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 96f5d22 commit c1d58b6
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
@@ -135,7 +135,7 @@ export function buildDefaultMenu({
{
role: 'quit',
label: 'E&xit',
accelerator: 'Alt+F4',
accelerator: 'CmdOrCtrl+Q',
}
)
}

0 comments on commit c1d58b6

Please sign in to comment.