mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
👕 No fat arrow
This commit is contained in:
@@ -86,7 +86,7 @@ class WindowEventHandler
|
||||
@subscribeToCommand $(window), 'window:toggle-dev-tools', -> atom.toggleDevTools()
|
||||
|
||||
if process.platform in ['win32', 'linux']
|
||||
@subscribeToCommand $(window), 'window:toggle-menu-bar', =>
|
||||
@subscribeToCommand $(window), 'window:toggle-menu-bar', ->
|
||||
atom.config.set('core.autoHideMenuBar', not atom.config.get('core.autoHideMenuBar'))
|
||||
|
||||
if atom.config.get('core.autoHideMenuBar')
|
||||
|
||||
Reference in New Issue
Block a user