add million live help
This commit is contained in:
parent
18878a20d6
commit
ef12775d84
6
menu.js
6
menu.js
@ -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();
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user