mac: Enable to set the 'Help' menu, fixes #109.
This commit is contained in:
parent
acda56210b
commit
7c30d037a3
2 changed files with 7 additions and 1 deletions
|
@ -84,6 +84,10 @@ app.on('finish-launching', function() {
|
|||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Help',
|
||||
submenu: [],
|
||||
}
|
||||
];
|
||||
|
||||
var menu = Menu.buildFromTemplate(template);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue