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

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'); },
},
],
},