diff --git a/menu.js b/menu.js index 2b212c5..6a146d8 100644 --- a/menu.js +++ b/menu.js @@ -45,6 +45,20 @@ module.exports = function(win){ {role: 'minimize'}, {role: 'close'} ] + }, + { + label: 'Help', + role: 'help', + submenu: [ + { + label: 'About SoundCleod', + click() { + prefman.showAbout(); + }, + visible: process.platform !== 'darwin' + } + + ] } ]