use LGPL builds

This commit is contained in:
Paddy Xu
2017-10-22 16:33:26 +03:00
parent 63e7b3dd89
commit 778c578656
23 changed files with 8 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ namespace QuickLook.Plugin.VideoViewer
private FFprobe probe;
public int Priority => 0 - 10; // make it lower than TextViewer
public bool AllowsTransparency => true;
public bool AllowsTransparency => false;
public void Init()
{