mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-03-02 01:01:04 +08:00
Add application icons
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user