mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add Zoom to Window menu
This commit is contained in:
@@ -146,6 +146,7 @@ class AtomApplication
|
||||
label: 'Window'
|
||||
submenu: [
|
||||
{ label: 'Minimize', accelerator: 'Command+M', selector: 'performMiniaturize:' }
|
||||
{ label: 'Zoom', accelerator: 'Alt+Command+MacCtrl+M', selector: 'zoom:' }
|
||||
{ label: 'Close', accelerator: 'Command+W', selector: 'performClose:' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Bring All to Front', selector: 'arrangeInFront:' }
|
||||
|
||||
Reference in New Issue
Block a user