🐛 Fix toggle-menu-bar command

This commit is contained in:
Wliu
2015-10-19 18:19:43 -04:00
parent f916aa0682
commit 1593cdbf7a

View File

@@ -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