mac: Enable to set the 'Help' menu, fixes #109.

This commit is contained in:
Cheng Zhao 2013-10-17 10:15:57 +08:00
parent acda56210b
commit 7c30d037a3
2 changed files with 7 additions and 1 deletions

View file

@ -84,6 +84,10 @@ app.on('finish-launching', function() {
},
]
},
{
label: 'Help',
submenu: [],
}
];
var menu = Menu.buildFromTemplate(template);