Update Electron help menu link
Signed-off-by: Aaron Raimist <aaron@raim.ist>pull/9157/head
parent
660a160c8e
commit
b40ed7cb11
|
@ -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'); },
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue