From bedabb28d1cffa14a9971cf46019f123c361bfda Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sat, 5 Jul 2025 18:08:32 +0800 Subject: [PATCH] Fix document & using issue --- Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs | 1 + Flow.Launcher/PublicAPIInstance.cs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs index 8e51484bb..c5ac4b6df 100644 --- a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs @@ -605,6 +605,7 @@ namespace Flow.Launcher.Plugin /// The time taken to execute the method in milliseconds public Task StopwatchLogInfoAsync(string className, string message, Func action, [CallerMemberName] string methodName = ""); + /// /// Representing whether the application is using a dark theme /// /// diff --git a/Flow.Launcher/PublicAPIInstance.cs b/Flow.Launcher/PublicAPIInstance.cs index 19f04c36e..fa21666ae 100644 --- a/Flow.Launcher/PublicAPIInstance.cs +++ b/Flow.Launcher/PublicAPIInstance.cs @@ -33,7 +33,6 @@ using Flow.Launcher.Plugin.SharedModels; using Flow.Launcher.ViewModel; using JetBrains.Annotations; using ModernWpf; -using Squirrel; using Stopwatch = Flow.Launcher.Infrastructure.Stopwatch; namespace Flow.Launcher