From 57cc1682ec59bdc511030e13156b1c441ae46671 Mon Sep 17 00:00:00 2001 From: Daniel Constantin Date: Sun, 19 Aug 2018 10:41:34 +0300 Subject: [PATCH] Add 'Chat with us' under Help --- app/menu.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/menu.js b/app/menu.js index fb70f61..8731e64 100644 --- a/app/menu.js +++ b/app/menu.js @@ -146,6 +146,11 @@ const template = [{ label: 'Help', role: 'help', submenu: [{ + label: 'Chat with us', + click () { + electron.shell.openExternal('https://riot.im/app/#/room/#orion:matrix.org') + } + }, { label: 'Suggest new feature', click () { electron.shell.openExternal('https://github.com/Siderus/Orion/issues/new?template=Feature_request.md')