mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
🐛 Fix toggle-menu-bar command
This commit is contained in:
@@ -30,7 +30,7 @@ class WindowEventHandler
|
||||
|
||||
if process.platform in ['win32', 'linux']
|
||||
@subscriptions.add @atomEnvironment.commands.add @window,
|
||||
'@window:toggle-menu-bar': @handleWindowToggleMenuBar
|
||||
'window:toggle-menu-bar': @handleWindowToggleMenuBar
|
||||
|
||||
@subscriptions.add @atomEnvironment.commands.add @document,
|
||||
'core:focus-next': @handleFocusNext
|
||||
|
||||
Reference in New Issue
Block a user