Merge pull request #9157 from aaronraimist/electron-help
Update Electron help menu link
This commit is contained in:
commit
6ac69c109c
|
@ -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'); },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue