mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-01 18:35:13 +00:00
Fix image .jxr error reading from UseColorProfile
This commit is contained in:
@@ -79,8 +79,7 @@ public class Plugin : IViewer
|
||||
useColorProfile ? [] : [".bmp", ".jpg", ".jpeg", ".jfif", ".tif", ".tiff"],
|
||||
typeof(NativeProvider)));
|
||||
AnimatedImage.AnimatedImage.Providers.Add(
|
||||
new KeyValuePair<string[], Type>(
|
||||
useColorProfile ? [] : [".jxr"],
|
||||
new KeyValuePair<string[], Type>([".jxr"],
|
||||
typeof(WmpProvider)));
|
||||
AnimatedImage.AnimatedImage.Providers.Add(
|
||||
new KeyValuePair<string[], Type>([".icns"],
|
||||
|
Reference in New Issue
Block a user