mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 07:36:12 +08:00
fix(win32): Sharper hamburger, better win32 menu
This commit is contained in:
parent
4852e35b69
commit
b396618710
3 changed files with 9 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"menu": [
|
||||
{ "label": "Add Account...", "command": "application:add-account" },
|
||||
{
|
||||
"label": "&Edit",
|
||||
"submenu": [
|
||||
|
@ -64,22 +63,22 @@
|
|||
{ "label": "Open Detailed Logs", "command": "window:open-errorlogger-logs" }
|
||||
]
|
||||
},
|
||||
{ "type": "separator" },
|
||||
{
|
||||
"label": "&Help",
|
||||
"submenu": [
|
||||
{ "label": "VERSION", "enabled": false },
|
||||
{ "label": "Restart and Install Update", "command": "application:install-update", "visible": false},
|
||||
{ "label": "Check for Update", "command": "application:check-for-update", "visible": false},
|
||||
{ "label": "Downloading Update", "enabled": false, "visible": false},
|
||||
{ "type": "separator" },
|
||||
{ "label": "Nylas N1 Help", "command": "application:view-help" }
|
||||
]
|
||||
"label": "&Help...",
|
||||
"command": "application:view-help"
|
||||
},
|
||||
{ "type": "separator" },
|
||||
{ "label": "Preferences", "command": "application:open-preferences" },
|
||||
{ "label": "Add Account...", "command": "application:add-account" },
|
||||
{ "label": "Change Theme...", "command": "window:launch-theme-picker" },
|
||||
{ "label": "Install Theme...", "command": "application:install-package" },
|
||||
{ "type": "separator" },
|
||||
{ "label": "VERSION", "enabled": false },
|
||||
{ "label": "Restart and Install Update", "command": "application:install-update", "visible": false},
|
||||
{ "label": "Check for Update", "command": "application:check-for-update", "visible": false},
|
||||
{ "label": "Downloading Update", "enabled": false, "visible": false},
|
||||
{ "type": "separator" },
|
||||
{ "label": "Print Current Thread", "command": "core:print-thread" },
|
||||
{ "type": "separator" },
|
||||
{ "label": "E&xit", "command": "application:quit" }
|
||||
|
|
BIN
static/images/application-frame/windows-menu-icon@1x.png
Normal file
BIN
static/images/application-frame/windows-menu-icon@1x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Binary file not shown.
Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 48 KiB |
Loading…
Reference in a new issue