Revert "🎨(plugins): Change menus to consolidate plugin installation"

This commit is contained in:
Jackie Luo 2016-03-10 12:26:25 -08:00
parent 915afa8ba6
commit ff49178f28
3 changed files with 6 additions and 3 deletions

View file

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

View file

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

View file

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