Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fixes #1449
Browse files Browse the repository at this point in the history
  • Loading branch information
luixxiul committed May 22, 2016
1 parent 9db32f0 commit 0ce118a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/commonMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports.sendToFocusedWindow = (focusedWindow, message) => {
module.exports.quitMenuItem = () => {
return {
label: locale.translation('quit') + ' ' + appConfig.name,
accelerator: 'Command+Q',
accelerator: 'CmdOrCtrl+Q',
click: app.quit
}
}
Expand Down

0 comments on commit 0ce118a

Please sign in to comment.