fix(menu): Toggle Menu Bar doesn't do anything #606

This commit is contained in:
Ben Gotow 2015-12-09 16:27:40 -08:00
parent 193bd0c06e
commit 2dc43d141b
2 changed files with 0 additions and 2 deletions

View file

@ -33,7 +33,6 @@
label: '&View'
submenu: [
{ label: 'Toggle &Full Screen', command: 'window:toggle-full-screen' }
{ label: 'Toggle Menu Bar', command: 'window:toggle-menu-bar' }
]
}
{

View file

@ -18,7 +18,6 @@
label: '&View'
submenu: [
{ label: 'Toggle &Full Screen', command: 'window:toggle-full-screen' }
{ label: 'Toggle Menu Bar', command: 'window:toggle-menu-bar' }
]
}
{