Add tray icon; autorun

This commit is contained in:
Paddy Xu
2017-05-09 00:12:25 +03:00
parent b07457b53c
commit 26291fbe66
9 changed files with 137 additions and 29 deletions

View File

@@ -35,7 +35,7 @@ namespace QuickLook
var matched = GetInstance()
.LoadedPlugins.FirstOrDefault(plugin =>
{
bool can = false;
var can = false;
try
{
can = plugin.CreateInstance<IViewer>().CanHandle(path);