summaryrefslogtreecommitdiff
path: root/frontend/src/components/modals/filepicker/iconCustomizations.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/modals/filepicker/iconCustomizations.ts')
-rw-r--r--frontend/src/components/modals/filepicker/iconCustomizations.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/modals/filepicker/iconCustomizations.ts b/frontend/src/components/modals/filepicker/iconCustomizations.ts
index e09c9e67..69e1652d 100644
--- a/frontend/src/components/modals/filepicker/iconCustomizations.ts
+++ b/frontend/src/components/modals/filepicker/iconCustomizations.ts
@@ -38,7 +38,7 @@ const imageStyle = {
color: '#d18f00',
};
-const imageExtList = ['png', 'jpg', 'jpeg', 'gif', 'bmp', 'tif', 'tiff'];
+const imageExtList = ['png', 'jpg', 'jpeg', 'gif', 'bmp', 'tif', 'tiff', 'apng', 'tga'];
styleDef.push([imageStyle, imageExtList]);