Skip to content

Commit d44f6e9

Browse files
committed
Remove Files support
1 parent 50f42a8 commit d44f6e9

File tree

2 files changed

+1
-173
lines changed

2 files changed

+1
-173
lines changed

Flow.Launcher.Infrastructure/QuickSwitch/Models/FilesExplorer.cs

Lines changed: 0 additions & 171 deletions
This file was deleted.

Flow.Launcher.Infrastructure/QuickSwitch/QuickSwitch.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ public static class QuickSwitch
4242

4343
private static readonly List<IQuickSwitchExplorer> _quickSwitchExplorers = new()
4444
{
45-
new WindowsExplorer(),
46-
new FilesExplorer()
45+
new WindowsExplorer()
4746
};
4847

4948
private static IQuickSwitchExplorer _lastExplorer = null;

0 commit comments

Comments
 (0)