From 0296901c32b69a6fdec3f874c3a24c7dac60c1bc Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Wed, 6 Jul 2016 11:32:22 -0300 Subject: [PATCH] Ask for Help by Gitter --- electron/menu.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/electron/menu.js b/electron/menu.js index 3362e7f9..6f7dc1df 100644 --- a/electron/menu.js +++ b/electron/menu.js @@ -39,6 +39,12 @@ const helpSubmenu = [ shell.openExternal(`https://github.com/saenzramiro/rambox/issues/new?body=${encodeURIComponent(body)}`); } + }, + { + label: `Ask for Help`, + click() { + shell.openExternal('https://gitter.im/saenzramiro/rambox'); + } } ];