Fix document & using issue

This commit is contained in:
Jack251970 2025-07-05 18:08:32 +08:00
parent fb5680d9c4
commit bedabb28d1
2 changed files with 1 additions and 1 deletions

View file

@ -605,6 +605,7 @@ namespace Flow.Launcher.Plugin
/// <returns>The time taken to execute the method in milliseconds</returns>
public Task<long> StopwatchLogInfoAsync(string className, string message, Func<Task> action, [CallerMemberName] string methodName = "");
/// <summary>
/// Representing whether the application is using a dark theme
/// </summary>
/// <returns></returns>

View file

@ -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