Browse Source

feat: Support GoPro .THM file (jpeg) #111

Ruben 2 years ago
parent
commit
5d94205772
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/PicView/FileHandling/SupportedFiles.cs

+ 1 - 1
src/PicView/FileHandling/SupportedFiles.cs

@@ -13,7 +13,7 @@ internal static class SupportedFiles
     internal static readonly string[] FileExtensions = {
         ".jpg", ".jpeg", ".jpe", ".png", ".bmp", ".gif", ".jfif", ".ico", ".webp", ".wbmp", ".avif",
         ".psd", ".psb",
-        ".tif", ".tiff", ".dds", ".tga", ".heic", ".heif", ".hdr", ".xcf", ".jxl", ".jp2", ".qoi",
+        ".tif", ".tiff", ".dds", ".tga", ".heic", ".heif", ".hdr", ".xcf", ".jxl", ".jp2", ".qoi", ".thm",
         ".b64",
         ".svg", ".svgz",
         ".3fr", ".arw", ".cr2", ".cr3", ".crw", ".dcr", ".dng", ".erf", ".kdc", ".mdc", ".mef", ".mos", ".mrw",