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 256ae5c commit 1017501Copy full SHA for 1017501
Flow.Launcher.Infrastructure/UserSettings/CustomExplorerViewModel.cs
@@ -2,7 +2,7 @@
2
using CommunityToolkit.Mvvm.DependencyInjection;
3
using Flow.Launcher.Plugin;
4
5
-namespace Flow.Launcher.ViewModel
+namespace Flow.Launcher.Infrastructure.UserSettings
6
{
7
public class CustomExplorerViewModel : BaseModel
8
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -9,7 +9,6 @@
9
using Flow.Launcher.Infrastructure.Storage;
10
11
using Flow.Launcher.Plugin.SharedModels;
12
-using Flow.Launcher.ViewModel;
13
14
namespace Flow.Launcher.Infrastructure.UserSettings
15
0 commit comments