mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 19:19:10 +00:00
Fix #153: determine imagetype by signature
This commit is contained in:
@@ -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});
|
||||
|
Reference in New Issue
Block a user