InfoPanel: reset title to empty string

This commit is contained in:
Paddy Xu
2017-05-17 22:03:28 +03:00
parent 9a10b38408
commit ea93e41655

View File

@@ -22,6 +22,7 @@ namespace QuickLook.Plugin.InfoPanel
{
_ip = new InfoPanel();
context.Title = "";
context.ViewerContent = _ip;
context.CanResize = false;