wip plugin installer

This commit is contained in:
Paddy Xu
2018-08-28 23:49:35 +03:00
parent 695b42e82b
commit 4f496f5ab8
27 changed files with 178 additions and 697 deletions

View File

@@ -31,7 +31,7 @@ namespace QuickLook.Plugin.MailViewer
private WebpagePanel _panel;
private string _tmpDir = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
public int Priority => int.MaxValue;
public int Priority => 0;
public void Init()
{