mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 02:09:05 +00:00
Support .pdn in ThumbnailViewer #1708
Implementation still under adjustment.
This commit is contained in:
@@ -34,6 +34,7 @@ public class Plugin : IViewer
|
||||
".cdr", // CorelDraw
|
||||
".fig", // Figma
|
||||
".kra", // Krita
|
||||
".pdn", // Paint.NET
|
||||
".pip", ".pix", // Pixso
|
||||
".sketch", // Sketch
|
||||
".xd", // AdobeXD
|
||||
@@ -46,6 +47,8 @@ public class Plugin : IViewer
|
||||
|
||||
public void Init()
|
||||
{
|
||||
Handler.Providers.Add(new KeyValuePair<string[], Type>(
|
||||
[".pdn"], typeof(PdnProvider)));
|
||||
}
|
||||
|
||||
public bool CanHandle(string path)
|
||||
|
Reference in New Issue
Block a user