mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-29 03:17:47 +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": "Window",
|
||||
"submenu": [
|
||||
{ "label": "Minimize", "command": "application:minimize" },
|
||||
{ "label": "Zoom", "command": "application:zoom" },
|
||||
{ "type": "separator", "id": "window-list-separator" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "&Help",
|
||||
"submenu": [
|
||||
|
|
|
@ -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...",
|
||||
|
|
Loading…
Reference in a new issue