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

Commit

Permalink
Merge pull request #395 from alepop/282-add-explorer-link
Browse files Browse the repository at this point in the history
Add explorer link to Help menu
  • Loading branch information
reyraa authored Jun 14, 2017
2 parents ffdfd83 + 3256bdb commit 9abd400
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ function createWindow() {
electron.shell.openExternal('https://lisk.chat');
},
},
{
label: 'Lisk Explorer',
click() {
electron.shell.openExternal('https://explorer.lisk.io');
},
},
{
label: 'Lisk Forum',
click() {
Expand Down

0 comments on commit 9abd400

Please sign in to comment.