Skip to content

Commit

Permalink
🐛 Update menu commands
Browse files Browse the repository at this point in the history
Some commands changed in the latest update, and they were not updated
in this file. I also added missing commands, and updated the menu item
labels to be more complete & accurate

Fixes atom/atom#4993
  • Loading branch information
thedaniel committed Jan 12, 2015
1 parent 0124240 commit dde59b7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions menus/settings-view.cson
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
'submenu': [
'label': 'Settings View'
'submenu': [
{ 'label': 'Change Themes', 'command': 'settings-view:change-themes' }
{ 'label': 'Install Themes', 'command': 'settings-view:install-themes' }
{ 'label': 'Uninstall Themes', 'command': 'settings-view:uninstall-themes' }
{ 'label': 'Install Packages', 'command': 'settings-view:install-packages' }
{ 'label': 'Uninstall Packages', 'command': 'settings-view:uninstall-packages' }
{ 'label': 'Open', 'command': 'settings-view:open' }
{ 'label': 'Show Keybindings', 'command': 'settings-view:show-keybindings' }
{ 'label': 'Install Packages/Themes', 'command': 'settings-view:install-packages-and-themes' }
{ 'label': 'Update Packages/Themes', 'command': 'settings-view:check-for-package-updates' }
{ 'label': 'Manage Packages', 'command': 'settings-view:uninstall-packages' }
{ 'label': 'Manage Themes', 'command': 'settings-view:uninstall-themes' }
]
]
}
Expand Down

0 comments on commit dde59b7

Please sign in to comment.