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
+2 -2
View File
@@ -57,8 +57,8 @@ const template = [
role: 'help', role: 'help',
submenu: [ submenu: [
{ {
label: 'riot.im', label: 'Riot Help',
click() { shell.openExternal('https://riot.im/'); }, click() { shell.openExternal('https://about.riot.im/help'); },
}, },
], ],
}, },