Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Revising Help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Beddows committed Apr 26, 2017
1 parent b54a003 commit 6b7641d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,11 @@ function createWindow() {
label: 'Help',
submenu: [
{
label: 'Official Lisk Website',
label: 'Lisk Website',
click: function () {
electron.shell.openExternal('https://lisk.io');
}
},
{
type: 'separator',
},
{
label: 'Lisk Chat',
click: function () {
Expand All @@ -85,16 +82,16 @@ function createWindow() {
}
},
{
label: 'Report Issue',
type: 'separator',
},
{
label: 'Report Issue...',
click: function () {
electron.shell.openExternal('https://github.com/LiskHQ/lisk-nano/issues/new');
}
},
{
type: 'separator',
},
{
label: 'What\'s new',
label: 'What\'s New...',
click: function () {
electron.shell.openExternal('https://github.com/LiskHQ/lisk-nano/releases');
}
Expand Down

0 comments on commit 6b7641d

Please sign in to comment.