Skip to content

Commit

Permalink
Add updates to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts authored and kevinsawicki committed Nov 14, 2014
1 parent 0d62535 commit 629717c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions menus/win32.cson
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@
{ label: 'View &License', command: 'application:open-license' }
{ label: "VERSION", enabled: false }
{ type: 'separator' }
{ 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}
{ type: 'separator' }
{ label: '&Documentation', command: 'application:open-documentation' }
{ label: 'Roadmap', command: 'application:open-roadmap' }
{ label: 'Frequently Asked Questions', command: 'application:open-faq' }
Expand Down

0 comments on commit 629717c

Please sign in to comment.