fix(menus): Add missing Window menu to win32 and linux

This commit is contained in:
Juan Tejada 2016-06-10 11:55:29 -07:00
parent 0322625380
commit 3482ca3145
2 changed files with 16 additions and 0 deletions

View file

@ -85,6 +85,14 @@
{ "label": "Open Detailed Logs", "command": "window:open-errorlogger-logs" }
]
},
{
"label": "Window",
"submenu": [
{ "label": "Minimize", "command": "application:minimize" },
{ "label": "Zoom", "command": "application:zoom" },
{ "type": "separator", "id": "window-list-separator" }
]
},
{
"label": "&Help",
"submenu": [

View file

@ -67,6 +67,14 @@
{ "label": "Open Detailed Logs", "command": "window:open-errorlogger-logs" }
]
},
{
"label": "Window",
"submenu": [
{ "label": "Minimize", "command": "application:minimize" },
{ "label": "Zoom", "command": "application:zoom" },
{ "type": "separator", "id": "window-list-separator" }
]
},
{ "type": "separator" },
{
"label": "&Help...",