chore: update file icons

This commit is contained in:
Gabriel Saillard 2021-04-03 11:49:58 +02:00
parent 7f8be7f6e8
commit ac7d4e54b8
No known key found for this signature in database
GPG Key ID: 4F615B5FE436611A
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 07aea3ce8282a2465e66673b115d12b39c31ccad
Subproject commit 37be409131b4af1bdcf7483ef6aa67978598cee1

View File

@ -781,6 +781,7 @@ function matchIcon(filename) {
if (/^\./.test(filename)) { return "gear"; }
if (/\.dll$/i.test(filename)) { return "gears"; }
if (/\.xml$/i.test(filename)) { return "code"; }
if (/\.xmp$/i.test(filename)) { return "code"; }
if (/\.rdf$/i.test(filename)) { return "code"; }
if (/\.config$/i.test(filename)) { return "code"; }
if (/^_service$/.test(filename)) { return "code"; }