From 033e319fd9c3d667da883a417ffe92c9d3d7c9fc Mon Sep 17 00:00:00 2001 From: ema Date: Thu, 19 Mar 2026 02:30:33 +0800 Subject: [PATCH] Add TODO for /register-plugin-icon command --- QuickLook/App.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/QuickLook/App.xaml.cs b/QuickLook/App.xaml.cs index bc6bbc9..0c1a880 100644 --- a/QuickLook/App.xaml.cs +++ b/QuickLook/App.xaml.cs @@ -341,6 +341,7 @@ public partial class App : Application private void CheckAndRegisterPluginIcon() { + // TODO: only /register-plugin-icon command to register plugin icon immediately, and can be removed _ = Task.Delay(3000).ContinueWith(_ => PluginIconRegistrationHelper.CheckAndRegisterPluginIcon()); }