Browse Source

Ask for Help by Gitter

pull/116/head
Ramiro Saenz 9 years ago
parent
commit
0296901c32
  1. 6
      electron/menu.js

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

Loading…
Cancel
Save