Use hidden menu items for update processes

Esse commit está contido em:
probablycorey
2014-04-07 14:17:44 -07:00
commit d4ae836225
3 arquivos alterados com 29 adições e 30 exclusões
+4 -2
Ver Arquivo
@@ -4,8 +4,10 @@
submenu: [
{ label: 'About Atom', command: 'application:about' }
{ label: 'View License', command: 'application:open-license' }
{ label: "VERSION", enabled: false }
{ label: "Check for Update", command: 'application:noop', metadata: {autoUpdate: true}}
{ label: 'VERSION', enabled: false }
{ label: 'Check for Update', command: 'application:check-for-update', visible: false}
{ label: 'Downloading Update', enabled: false, visible: false}
{ label: 'Restart and Install Update', command: 'application:install-update', enabled: false, visible: false}
{ type: 'separator' }
{ label: 'Preferences...', command: 'application:show-settings' }
{ label: 'Open Your Config', command: 'application:open-your-config' }