mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-27 17:42:59 +08:00
tweak(menus): Move Reload, Show Activity Window to Developer menu
This commit is contained in:
parent
87a5a5ec18
commit
34767e3914
4 changed files with 13 additions and 8 deletions
|
@ -6,8 +6,8 @@
|
|||
'cmd-q': 'application:quit'
|
||||
'cmd-h': 'application:hide'
|
||||
'cmd-1': 'application:show-main-window'
|
||||
'cmd-2': 'application:show-work-window'
|
||||
'cmd-m': 'application:minimize'
|
||||
'cmd-alt-w': 'application:show-work-window'
|
||||
'cmd-alt-h': 'application:hide-other-applications'
|
||||
'alt-cmd-ctrl-m': 'application:zoom'
|
||||
'cmd-alt-ctrl-s': 'application:run-all-specs'
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
{
|
||||
label: 'View'
|
||||
submenu: [
|
||||
{ label: 'Reload', command: 'window:reload' }
|
||||
{ label: 'Toggle Full Screen', command: 'window:toggle-full-screen' }
|
||||
]
|
||||
}
|
||||
|
@ -58,11 +57,14 @@
|
|||
{ label: 'Toggle Component Regions', command: 'window:toggle-component-regions' }
|
||||
{ label: 'Toggle React Remote', command: 'window:toggle-react-remote' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Relaunch with Debug Flags...', command: 'application:open-dev' }
|
||||
{ label: 'Open Activity Window', command: 'application:show-work-window' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Open Detailed Logs', command: 'window:open-errorreporter-logs' }
|
||||
{ label: 'Ship Detailed Logs to Nylas', command: 'application:ship-logs' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Reload', command: 'window:reload' }
|
||||
{ label: 'Relaunch with Debug Flags...', command: 'application:open-dev' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Create a Package...', command: 'application:create-package' }
|
||||
{ label: 'Run Package Specs...', command: 'application:run-package-specs' }
|
||||
{ label: 'Run Nylas Mail Specs', command: 'application:run-all-specs' }
|
||||
|
@ -76,7 +78,6 @@
|
|||
{ label: 'Zoom', command: 'application:zoom' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Message Viewer', command: 'application:show-main-window' }
|
||||
{ label: 'Activity', command: 'application:show-work-window' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Bring All to Front', command: 'application:bring-all-windows-to-front' }
|
||||
]
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
{
|
||||
label: '&View'
|
||||
submenu: [
|
||||
{ label: '&Reload', command: 'window:reload' }
|
||||
{ label: 'Toggle &Full Screen', command: 'window:toggle-full-screen' }
|
||||
{ label: 'Toggle Menu Bar', command: 'window:toggle-menu-bar' }
|
||||
]
|
||||
|
@ -39,11 +38,14 @@
|
|||
{ label: 'Toggle Component Regions', command: 'window:toggle-component-regions' }
|
||||
{ label: 'Toggle React Remote', command: 'window:toggle-react-remote' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Relaunch with &Debug Flags...', command: 'application:open-dev' }
|
||||
{ label: 'Open Activity Window', command: 'application:show-work-window' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Open Detailed Logs', command: 'window:open-errorreporter-logs' }
|
||||
{ label: 'Ship Detailed Logs to Nylas', command: 'application:ship-logs' }
|
||||
{ type: 'separator' }
|
||||
{ label: '&Reload', command: 'window:reload' }
|
||||
{ label: 'Relaunch with &Debug Flags...', command: 'application:open-dev' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Create a Package...', command: 'application:create-package' }
|
||||
{ label: 'Run Package &Specs...', command: 'application:run-package-specs' }
|
||||
{ label: 'Run &Nylas Mail Specs', command: 'application:run-all-specs' }
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
{
|
||||
label: '&View'
|
||||
submenu: [
|
||||
{ label: '&Reload', command: 'window:reload' }
|
||||
{ label: 'Toggle &Full Screen', command: 'window:toggle-full-screen' }
|
||||
{ label: 'Toggle Menu Bar', command: 'window:toggle-menu-bar' }
|
||||
]
|
||||
|
@ -41,11 +40,14 @@
|
|||
{ label: 'Toggle Component Regions', command: 'window:toggle-component-regions' }
|
||||
{ label: 'Toggle React Remote', command: 'window:toggle-react-remote' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Relaunch with &Debug Flags...', command: 'application:open-dev' }
|
||||
{ label: 'Open Activity Window', command: 'application:show-work-window' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Open Detailed Logs', command: 'window:open-errorreporter-logs' }
|
||||
{ label: 'Ship Detailed Logs to Nylas', command: 'application:ship-logs' }
|
||||
{ type: 'separator' }
|
||||
{ label: '&Reload', command: 'window:reload' }
|
||||
{ label: 'Relaunch with &Debug Flags...', command: 'application:open-dev' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Create a Package...', command: 'application:create-package' }
|
||||
{ label: 'Run Package &Specs...', command: 'application:run-package-specs' }
|
||||
{ label: 'Run &Nylas Mail Specs', command: 'application:run-all-specs' }
|
||||
|
|
Loading…
Reference in a new issue