add help menu
This commit is contained in:
parent
d60baa4da0
commit
88445acaee
14
menu.js
14
menu.js
@ -45,6 +45,20 @@ module.exports = function(win){
|
|||||||
{role: 'minimize'},
|
{role: 'minimize'},
|
||||||
{role: 'close'}
|
{role: 'close'}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Help',
|
||||||
|
role: 'help',
|
||||||
|
submenu: [
|
||||||
|
{
|
||||||
|
label: 'About SoundCleod',
|
||||||
|
click() {
|
||||||
|
prefman.showAbout();
|
||||||
|
},
|
||||||
|
visible: process.platform !== 'darwin'
|
||||||
|
}
|
||||||
|
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user