mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 11:59:02 +08:00
fix(menus): Add missing Window
menu to win32 and linux
This commit is contained in:
parent
0322625380
commit
3482ca3145
2 changed files with 16 additions and 0 deletions
|
@ -85,6 +85,14 @@
|
||||||
{ "label": "Open Detailed Logs", "command": "window:open-errorlogger-logs" }
|
{ "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",
|
"label": "&Help",
|
||||||
"submenu": [
|
"submenu": [
|
||||||
|
|
|
@ -67,6 +67,14 @@
|
||||||
{ "label": "Open Detailed Logs", "command": "window:open-errorlogger-logs" }
|
{ "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" },
|
{ "type": "separator" },
|
||||||
{
|
{
|
||||||
"label": "&Help...",
|
"label": "&Help...",
|
||||||
|
|
Loading…
Reference in a new issue