add million live help

This commit is contained in:
Damillora 2017-07-04 02:32:21 +07:00
parent 18878a20d6
commit ef12775d84
1 changed files with 5 additions and 1 deletions

View File

@ -50,12 +50,16 @@ module.exports = function(win){
label: 'Help', label: 'Help',
role: 'help', role: 'help',
submenu: [ submenu: [
{
label: "Million Live! Help",
click() { win.loadURL("http://imas.gree-apps.net/app/index.php/help",options)}
},
{ {
label: "Project Homepage", label: "Project Homepage",
click(){shell.openExternal("https://github.com/Damillora/MillionHopes")} click(){shell.openExternal("https://github.com/Damillora/MillionHopes")}
}, },
{ {
label: 'About SoundCleod', label: 'About Million Hopes',
click() { click() {
prefman.showAbout(); prefman.showAbout();
}, },