mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
Add tray icon; autorun
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user