From 90b23cd1f86f592335b1bd4ff96072e792dc5055 Mon Sep 17 00:00:00 2001 From: ema Date: Tue, 13 May 2025 17:16:10 +0800 Subject: [PATCH] Hide PEViewer Title just like InfoPanel --- QuickLook.Plugin/QuickLook.Plugin.PEViewer/Plugin.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/QuickLook.Plugin/QuickLook.Plugin.PEViewer/Plugin.cs b/QuickLook.Plugin/QuickLook.Plugin.PEViewer/Plugin.cs index 098c3f1..8a3b79b 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.PEViewer/Plugin.cs +++ b/QuickLook.Plugin/QuickLook.Plugin.PEViewer/Plugin.cs @@ -63,7 +63,6 @@ public class Plugin : IViewer _ip.Tag = context; context.ViewerContent = _ip; - context.Title = $"{Path.GetFileName(path)}"; context.IsBusy = false; }