fix(win32): Add log out option to windows File menu

This commit is contained in:
Ben Gotow 2015-03-06 18:32:33 -08:00
parent 27aa11aa60
commit a650158c8c

View file

@ -5,6 +5,7 @@
{ label: '&New Message', command: 'application:new-message' }
{ type: 'separator' }
{ label: 'Se&ttings', command: 'application:show-settings' }
{ label: 'Link External Account', command: 'atom-workspace:add-account' }
{ type: 'separator' }
{ label: '&Save', command: 'core:save' }
{ label: 'Save &As...', command: 'core:save-as' }
@ -12,6 +13,8 @@
{ type: 'separator' }
{ label: 'Clos&e Window', command: 'window:close' }
{ type: 'separator' }
{ label: 'Log Out', command: 'atom-workspace:logout' }
{ type: 'separator' }
{ label: 'E&xit', command: 'application:quit' }
]
}