Merge pull request #9157 from aaronraimist/electron-help

Update Electron help menu link
This commit is contained in:
Travis Ralston 2019-03-13 13:52:31 -06:00 committed by GitHub
commit 6ac69c109c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,8 +57,8 @@ const template = [
role: 'help',
submenu: [
{
label: 'riot.im',
click() { shell.openExternal('https://riot.im/'); },
label: 'Riot Help',
click() { shell.openExternal('https://about.riot.im/help'); },
},
],
},