Fix #153: determine imagetype by signature

This commit is contained in:
Paddy Xu
2017-12-28 22:35:46 +02:00
parent a502b2363a
commit c78fbb009a
2 changed files with 14 additions and 14 deletions

View File

@@ -100,7 +100,7 @@ namespace QuickLook.Plugin.ImageViewer
return;
if (m.Key == "File name" || m.Key == "File size" || m.Key == "MIME type" || m.Key == "Exif comment"
|| m.Key == "Image size" || m.Key == "Thumbnail" || m.Key == "Exif comment")
|| m.Key == "Thumbnail" || m.Key == "Exif comment")
return;
textMeta.Inlines.Add(new Run(m.Key) {FontWeight = FontWeights.SemiBold});