See #213. Disable `Beautify Directory` command from menus

This commit is contained in:
Glavin Wiechert 2015-06-11 21:58:27 -03:00
parent 328b9e4455
commit 72e4384cf8
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@
'.tree-view .file > .name': [ '.tree-view .file > .name': [
{label: 'Beautify File', command: 'atom-beautify:beautify-file'} {label: 'Beautify File', command: 'atom-beautify:beautify-file'}
] ]
'.tree-view .directory > .header > .name': [ # '.tree-view .directory > .header > .name': [
{label: 'Beautify Directory', command: 'atom-beautify:beautify-directory'} # {label: 'Beautify Directory', command: 'atom-beautify:beautify-directory'}
] # ]
'menu': [ 'menu': [
{ {