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 b1eb191 commit b18f5f4Copy full SHA for b18f5f4
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -4,7 +4,6 @@
4
using System.Threading;
5
using System.Threading.Tasks;
6
using System.Windows;
7
-using System.Windows.Input;
8
using Flow.Launcher.Core.Plugin;
9
using Flow.Launcher.Core.Resource;
10
using Flow.Launcher.Helper;
@@ -24,7 +23,6 @@
24
23
using System.Collections.Specialized;
25
using CommunityToolkit.Mvvm.Input;
26
using System.Globalization;
27
-using System.Windows.Threading;
28
29
namespace Flow.Launcher.ViewModel
30
{
0 commit comments