Added conditional to hide custom view when langId != xml.

This commit is contained in:
Mark Lopez 2017-07-17 18:12:23 -05:00
parent a1fdff5501
commit 9d09d633e8

View file

@ -138,7 +138,7 @@
{ {
"id": "xmlTreeView", "id": "xmlTreeView",
"name": "XML Document", "name": "XML Document",
"when": "config.xmlTools.treeViewEnabled != false" "when": "resourceLangId == 'xml' && config.xmlTools.treeViewEnabled != false"
} }
] ]
} }