diff --git a/lib/main-menu.js b/lib/main-menu.js index dc273551..d96f592f 100644 --- a/lib/main-menu.js +++ b/lib/main-menu.js @@ -13,30 +13,31 @@ var boost = OSX submenu: [ { label: 'About Boostnote', - selector: 'orderFrontStandardAboutPanel:' + selector: 'orderFrontStandardAboutPanel:', }, { - type: 'separator' + type: 'separator', }, { label: 'Hide Boostnote', accelerator: 'Command+H', - selector: 'hide:' + selector: 'hide:', }, { label: 'Hide Others', accelerator: 'Command+Shift+H', - selector: 'hideOtherApplications:' + selector: 'hideOtherApplications:', }, { label: 'Show All', - selector: 'unhideAllApplications:' + selector: 'unhideAllApplications:', }, { - type: 'separator' + type: 'separator', }, { - role: 'quit' + label: 'Quit Boostnote', + role: 'quit', } ] }