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'); + } } ];