mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 11:09:06 +00:00
add "Open with" button
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Windows;
|
||||
using System.Windows.Interop;
|
||||
|
||||
namespace QuickLook.Plugin.IPreviewHandlers
|
||||
{
|
||||
@@ -60,7 +58,7 @@ namespace QuickLook.Plugin.IPreviewHandlers
|
||||
_panel?.Dispose();
|
||||
_panel = null;
|
||||
}
|
||||
|
||||
|
||||
~PluginInterface()
|
||||
{
|
||||
Cleanup();
|
||||
|
Reference in New Issue
Block a user