Add "Checking for Update" to menu

When state is “checking”, menu should say “Checking for Update”
This commit is contained in:
Brendan Nee
2015-02-18 13:45:17 -08:00
parent 8c3988a790
commit 2168a59828
3 changed files with 8 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
{ 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: 'Checking for Update', enabled: false, visible: false}
{ label: 'Downloading Update', enabled: false, visible: false}
{ type: 'separator' }
{ label: 'Preferences...', command: 'application:show-settings' }

View File

@@ -166,6 +166,7 @@
{ 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: 'Checking for Update', enabled: false, visible: false}
{ label: 'Downloading Update', enabled: false, visible: false}
{ type: 'separator' }
{ label: '&Documentation', command: 'application:open-documentation' }