re-order help menu
This commit is contained in:
parent
1f48c204c0
commit
ede78c6a84
1 changed files with 5 additions and 5 deletions
10
index.js
10
index.js
|
|
@ -205,19 +205,19 @@ var template = [
|
|||
role: 'help',
|
||||
submenu: [
|
||||
{
|
||||
label: 'Report an Issue',
|
||||
click: function () { electron.shell.openExternal('https://github.com/feross/webtorrent-app/issues') }
|
||||
label: 'Learn more about WebTorrent',
|
||||
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') }
|
||||
},
|
||||
{
|
||||
type: 'separator'
|
||||
},
|
||||
{
|
||||
label: 'Learn more about WebTorrent',
|
||||
click: function () { electron.shell.openExternal('https://webtorrent.io') }
|
||||
label: 'Report an Issue...',
|
||||
click: function () { electron.shell.openExternal('https://github.com/feross/webtorrent-app/issues') }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue