Add application icons

This commit is contained in:
Paddy Xu
2017-05-08 23:23:33 +03:00
parent 8388d7d347
commit b07457b53c
11 changed files with 143 additions and 37 deletions

View File

@@ -41,7 +41,7 @@ namespace QuickLook.Plugin.VideoViewer
public void View(string path, ContextObject context)
{
_vp = new ViewerPanel();
_vp = new ViewerPanel(context);
context.ViewerContent = _vp;