mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix document & using issue
This commit is contained in:
parent
fb5680d9c4
commit
bedabb28d1
2 changed files with 1 additions and 1 deletions
|
|
@ -605,6 +605,7 @@ namespace Flow.Launcher.Plugin
|
||||||
/// <returns>The time taken to execute the method in milliseconds</returns>
|
/// <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 = "");
|
public Task<long> StopwatchLogInfoAsync(string className, string message, Func<Task> action, [CallerMemberName] string methodName = "");
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
/// Representing whether the application is using a dark theme
|
/// Representing whether the application is using a dark theme
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,6 @@ using Flow.Launcher.Plugin.SharedModels;
|
||||||
using Flow.Launcher.ViewModel;
|
using Flow.Launcher.ViewModel;
|
||||||
using JetBrains.Annotations;
|
using JetBrains.Annotations;
|
||||||
using ModernWpf;
|
using ModernWpf;
|
||||||
using Squirrel;
|
|
||||||
using Stopwatch = Flow.Launcher.Infrastructure.Stopwatch;
|
using Stopwatch = Flow.Launcher.Infrastructure.Stopwatch;
|
||||||
|
|
||||||
namespace Flow.Launcher
|
namespace Flow.Launcher
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue