mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-21 02:00:34 +08:00
Allow plugin initialization when application starts
This commit is contained in:
@@ -11,6 +11,10 @@ namespace QuickLook.Plugin.ArchiveViewer
|
||||
public int Priority => 0;
|
||||
public bool AllowsTransparency => true;
|
||||
|
||||
public void Init()
|
||||
{
|
||||
}
|
||||
|
||||
public bool CanHandle(string path)
|
||||
{
|
||||
if (Directory.Exists(path))
|
||||
|
||||
Reference in New Issue
Block a user