mirror of
https://github.com/atom/atom.git
synced 2026-02-18 10:31:54 -05:00
Add toggle full screen to View menu
This commit is contained in:
@@ -150,6 +150,7 @@ class AtomApplication
|
||||
label: 'View'
|
||||
submenu:[
|
||||
{ label: 'Reload', accelerator: 'Command+R', click: => BrowserWindow.getFocusedWindow()?.restart() }
|
||||
{ label: 'Toggle Full Screen', accelerator: 'Command+MacCtrl+F', click: => BrowserWindow.getFocusedWindow()?.setFullscreen(!BrowserWindow.getFocusedWindow().isFullscreen()) }
|
||||
{ label: 'Toggle DevTools', accelerator: 'Alt+Command+I', click: => BrowserWindow.getFocusedWindow()?.toggleDevTools() }
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user