Skip to content

Commit

Permalink
Show quit shortcut label in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
1kc committed Mar 27, 2021
1 parent 471f6da commit a02cdd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/menu/menubuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ function getMainMenuBottom(application) {
click() {
application.quit();
},
accelerator: 'Command+Q',
},
]
}

0 comments on commit a02cdd7

Please sign in to comment.