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 3abc77f commit 1071f75Copy full SHA for 1071f75
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -1,7 +1,5 @@
1
using System;
2
using System.Collections.Generic;
3
-using System.ComponentModel;
4
-using System.Diagnostics;
5
using System.Linq;
6
using System.Threading;
7
using System.Threading.Tasks;
@@ -19,9 +17,6 @@
19
17
using Flow.Launcher.Plugin;
20
18
using Flow.Launcher.Plugin.SharedCommands;
21
using Flow.Launcher.Storage;
22
-using System.Windows.Media;
23
-using Flow.Launcher.Infrastructure.Image;
24
-using System.Collections.Concurrent;
25
using Flow.Launcher.Infrastructure.Logger;
26
using System.Threading.Tasks.Dataflow;
27
0 commit comments