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 ecbcc59 commit 9bddbe8Copy full SHA for 9bddbe8
Flow.Launcher.Core/Plugin/PluginsLoader.cs
@@ -4,8 +4,9 @@
4
using System.Linq;
5
using System.Reflection;
6
using System.Runtime.Loader;
7
+using System.Threading.Tasks;
8
+using System.Windows;
9
using Flow.Launcher.Infrastructure;
-using Flow.Launcher.Infrastructure.Exception;
10
using Flow.Launcher.Infrastructure.Logger;
11
using Flow.Launcher.Infrastructure.UserSettings;
12
using Flow.Launcher.Plugin;
0 commit comments