Skip to content

Commit

Permalink
Merge pull request #4357 from owncloud/fix-icon-mappings
Browse files Browse the repository at this point in the history
Fix icon mappings for non-existing icon files.
  • Loading branch information
kulmann authored Nov 23, 2020
2 parents ef7541c + 057e7ac commit 782365f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/files/src/fileTypeIconMappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"psd": "image",
"py": "text-code",
"rar": "package-x-generic",
"rss": "application-xml",
"rss": "file",
"sh-lib": "text-code",
"sh": "text-code",
"swf": "file",
Expand All @@ -92,7 +92,7 @@
"xlt": "x-office-spreadsheet",
"xltm": "x-office-spreadsheet",
"xltx": "x-office-spreadsheet",
"xml": "text-html",
"xml": "text-code",
"yaml": "text-code",
"yml": "text-code",
"zip": "package-x-generic"
Expand Down
6 changes: 6 additions & 0 deletions changelog/unreleased/fix-icons
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Icon mappings

The file type icon mappings contained some mappings to non-existing icon files. We fixed those.

https://github.com/owncloud/phoenix/pull/4357
https://github.com/owncloud/ocis/issues/905

0 comments on commit 782365f

Please sign in to comment.