fix(win32): Sharper hamburger, better win32 menu

This commit is contained in:
Ben Gotow 2016-04-28 12:40:14 -07:00
parent 4852e35b69
commit b396618710
3 changed files with 9 additions and 10 deletions

View file

@ -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" }

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