Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
Fix to app menu and preferences shortcut #100
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Mar 20, 2016
1 parent 65feebc commit d19190c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/appMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ module.exports = {
{
label: 'Application',
submenu: [
{ label: 'Preferences', click: selectors.preferences, accelerator: 'CmdOrCtrl+,' },
{ type: 'separator' },
{ label: 'About', click: selectors.aboutDialog },
{ type: 'separator' },
{ label: 'Preferences', click: selectors.preferences, accelerator: 'CmdOrCtrl+,' },
{ type: 'separator' },
process.platform === 'darwin' ? { label: 'Services', role: 'services', submenu: [] } : undefined,
process.platform === 'darwin' ? { type: 'separator' } : undefined,
{ label: 'Show Window', accelerator: 'Command+N', click: selectors.showWindow },
Expand Down

0 comments on commit d19190c

Please sign in to comment.