🍎 Add "Services" menu, fixes #3204

This commit is contained in:
Cheng Zhao 2014-09-07 12:31:45 +08:00
parent 4134f5efe4
commit a8e4638612

View File

@ -18,6 +18,8 @@
{ type: 'separator' }
{ label: 'Install Shell Commands', command: 'window:install-shell-commands' }
{ type: 'separator' }
{ label: 'Services', submenu: [] }
{ type: 'separator' }
{ label: 'Hide Atom', command: 'application:hide' }
{ label: 'Hide Others', command: 'application:hide-other-applications' }
{ label: 'Show All', command: 'application:unhide-all-applications' }