From 3168751c9745ae5a798c13b5a92281d319d4e804 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Mon, 7 Apr 2014 15:04:06 -0700 Subject: [PATCH] Enable `Restart and Install Update` item --- menus/darwin.cson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menus/darwin.cson b/menus/darwin.cson index 6c93c78f3..517a33b06 100644 --- a/menus/darwin.cson +++ b/menus/darwin.cson @@ -5,9 +5,9 @@ { label: 'About Atom', command: 'application:about' } { label: 'View License', command: 'application:open-license' } { label: 'VERSION', enabled: false } + { label: 'Restart and Install Update', command: 'application:install-update', visible: 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' }