mac: Enable setting "Services" menu.

Regarding https://github.com/atom/atom/issues/3204.
This commit is contained in:
Cheng Zhao 2014-09-05 13:07:05 +08:00
parent ca881c5aaf
commit f604525b98
2 changed files with 10 additions and 0 deletions

View file

@ -34,6 +34,13 @@ app.on('ready', function() {
{
type: 'separator'
},
{
label: 'Services',
submenu: []
},
{
type: 'separator'
},
{
label: 'Hide Atom Shell',
accelerator: 'Command+H',