We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6791579 commit 2672460Copy full SHA for 2672460
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
@@ -11,13 +11,9 @@
11
using Flow.Launcher.Plugin.Program.Logger;
12
using Flow.Launcher.Plugin.SharedCommands;
13
using Flow.Launcher.Plugin.SharedModels;
14
-using Flow.Launcher.Infrastructure.Logger;
15
-using System.Collections;
16
using System.Diagnostics;
17
-using Stopwatch = Flow.Launcher.Infrastructure.Stopwatch;
18
using System.Diagnostics.CodeAnalysis;
19
using System.Threading.Channels;
20
-using System.Collections.ObjectModel;
21
22
namespace Flow.Launcher.Plugin.Program.Programs
23
{
0 commit comments