re-order help menu
This commit is contained in:
10
index.js
10
index.js
@@ -205,19 +205,19 @@ var template = [
|
|||||||
role: 'help',
|
role: 'help',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
label: 'Report an Issue',
|
label: 'Learn more about WebTorrent',
|
||||||
click: function () { electron.shell.openExternal('https://github.com/feross/webtorrent-app/issues') }
|
click: function () { electron.shell.openExternal('https://webtorrent.io') }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Go to GitHub project',
|
label: 'Contribute on GitHub',
|
||||||
click: function () { electron.shell.openExternal('https://github.com/feross/webtorrent-app') }
|
click: function () { electron.shell.openExternal('https://github.com/feross/webtorrent-app') }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'separator'
|
type: 'separator'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Learn more about WebTorrent',
|
label: 'Report an Issue...',
|
||||||
click: function () { electron.shell.openExternal('https://webtorrent.io') }
|
click: function () { electron.shell.openExternal('https://github.com/feross/webtorrent-app/issues') }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user