mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
Conditionally include Svg.Skia and SVG provider
This commit is contained in:
@@ -90,9 +90,11 @@ public class Plugin : IViewer
|
||||
AnimatedImage.AnimatedImage.Providers.Add(
|
||||
new KeyValuePair<string[], Type>([".cur", ".ani"],
|
||||
typeof(CursorProvider)));
|
||||
#if USESVGSKIA
|
||||
AnimatedImage.AnimatedImage.Providers.Add(
|
||||
new KeyValuePair<string[], Type>([".svg"],
|
||||
typeof(SvgProvider)));
|
||||
#endif
|
||||
AnimatedImage.AnimatedImage.Providers.Add(
|
||||
new KeyValuePair<string[], Type>(["*"],
|
||||
typeof(ImageMagickProvider)));
|
||||
|
Reference in New Issue
Block a user