Merge pull request #335 from QL-Win/plugin-installer

Plugin installer
This commit is contained in:
Paddy Xu
2018-09-01 23:43:03 +03:00
committed by GitHub
54 changed files with 298 additions and 3783 deletions

View File

@@ -43,7 +43,7 @@ namespace QuickLook.Plugin.ImageViewer
private ImagePanel _ip;
private NConvert _meta;
public int Priority => int.MaxValue;
public int Priority => 0;
public void Init()
{