mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 23:54:13 +08:00
Revert "🎨(plugins): Change menus to consolidate plugin installation"
This commit is contained in:
parent
915afa8ba6
commit
ff49178f28
3 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
{ type: 'separator' }
|
||||
{ label: 'Preferences', command: 'application:open-preferences' }
|
||||
{ label: 'Change Theme...', command: 'window:launch-theme-picker' }
|
||||
{ label: 'Install Plugin...', command: 'application:install-package' }
|
||||
{ label: 'Install Theme...', command: 'application:install-package' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Add Account...', command: 'application:add-account' }
|
||||
{ label: 'VERSION', enabled: false }
|
||||
|
@ -76,6 +76,7 @@
|
|||
{ label: 'Open Activity Window', command: 'application:show-work-window' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Create a Plugin...', command: 'application:create-package' }
|
||||
{ label: 'Install a Plugin...', command: 'application:install-package' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Run Plugin Specs...', command: 'application:run-package-specs' }
|
||||
{ label: 'Run N1 Specs', command: 'application:run-all-specs' }
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
{ type: 'separator' }
|
||||
{ label: 'Preferences', command: 'application:open-preferences' }
|
||||
{ label: 'Change Theme...', command: 'window:launch-theme-picker' }
|
||||
{ label: 'Install Plugin...', command: 'application:install-package' }
|
||||
{ label: 'Install Theme...', command: 'application:install-package' }
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -57,6 +57,7 @@
|
|||
{ label: 'Open Activity Window', command: 'application:show-work-window' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Create a Plugin...', command: 'application:create-package' }
|
||||
{ label: 'Install a Plugin...', command: 'application:install-package' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Run Plugin &Specs...', command: 'application:run-package-specs' }
|
||||
{ label: 'Run &N1 Specs', command: 'application:run-all-specs' }
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
{ label: 'Open Activity Window', command: 'application:show-work-window' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Create a Plugin...', command: 'application:create-package' }
|
||||
{ label: 'Install a Plugin...', command: 'application:install-package' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Run Plugin &Specs...', command: 'application:run-package-specs' }
|
||||
{ label: 'Run &N1 Specs', command: 'application:run-all-specs' }
|
||||
|
@ -61,7 +62,7 @@
|
|||
{ type: 'separator' }
|
||||
{ label: 'Preferences', command: 'application:open-preferences' }
|
||||
{ label: 'Change Theme...', command: 'window:launch-theme-picker' }
|
||||
{ label: 'Install Plugin...', command: 'application:install-package' }
|
||||
{ label: 'Install Theme...', command: 'application:install-package' }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Print Current Thread', command: 'application:print-thread' }
|
||||
{ type: 'separator' }
|
||||
|
|
Loading…
Reference in a new issue