Browse Source

Removed invitation to Slack

pull/3109/head
Ramiro Saenz 4 years ago committed by GitHub
parent
commit
1eebe2445f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      electron/menu.js

6
electron/menu.js

@ -64,12 +64,6 @@ module.exports = function(config) {
shell.openExternal(`https://github.com/ramboxapp/community-edition/issues/new?body=${encodeURIComponent(body)}`);
}
},
{
label: `&`+locale['menu.help[2]'],
click() {
shell.openExternal('https://rambox.typeform.com/to/t7jc4C');
}
},
{
label: `&Tools`,
submenu: [

Loading…
Cancel
Save