Update Electron help menu link
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
660a160c8e
commit
b40ed7cb11
|
@ -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