Skip to content

Commit

Permalink
Merge pull request #400 from levythu/master
Browse files Browse the repository at this point in the history
Add tree view menu support for Atom 1.17.0
  • Loading branch information
elistone authored Jun 3, 2017
2 parents 1d3ede0 + 941f16a commit ff25fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menus/context.cson
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'context-menu':
'atom-text-editor, .tree-view.full-menu .file':[
'atom-text-editor, .tree-view .full-menu .file':[
label: 'Remote Sync',
submenu:[
{label: 'Upload File', command: 'remote-sync:upload-file'}
Expand All @@ -10,7 +10,7 @@
]
]

'.tree-view.full-menu .header.list-item':[
'.tree-view .full-menu .header.list-item':[
label: 'Remote Sync',
submenu:[
{label: 'Configure', command: 'remote-sync:configure'}
Expand Down

0 comments on commit ff25fcb

Please sign in to comment.