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

@@ -26,7 +26,7 @@ namespace QuickLook.Plugin.CsvViewer
{
private CsvViewerPanel _panel;
public int Priority => int.MaxValue;
public int Priority => 0;
public void Init()
{