fix folder icons (#207)

* show icons for rules, scripts, persistance files

Signed-off-by: Christoph Wempe <christoph@wempe.net>

* use custom folder icon for `icons/classic`

Signed-off-by: Christoph Wempe <christoph@wempe.net>
pull/214/head
Christoph Wempe 2020-06-02 20:19:36 +02:00 committed by GitHub
parent faaec365b0
commit a1c455296b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,7 @@
"folderNames": {
"html": "_folder_html",
"icons": "_folder_icons",
"classic": "_folder_icons",
"items": "_folder_items",
"persistence": "_folder_persistence",
"rules": "_folder_rules",
@ -152,6 +153,7 @@
"folderNamesExpanded": {
"html": "_folder-open_html",
"icons": "_folder-open_icons",
"classic": "_folder-open_icons",
"items": "_folder-open_items",
"persistence": "_folder-open_persistence",
"rules": "_folder-open_rules",