mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-27 18:37:53 +08:00
fix(win32): Add log out option to windows File menu
This commit is contained in:
parent
27aa11aa60
commit
a650158c8c
1 changed files with 3 additions and 0 deletions
|
@ -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' }
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue