Skip to content

Commit 3acda2e

Browse files
committed
remove compatibility code
1 parent 8302ff8 commit 3acda2e

File tree

1 file changed

+1
-9
lines changed
  • Plugins/Flow.Launcher.Plugin.Explorer

1 file changed

+1
-9
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Main.cs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Flow.Launcher.Infrastructure.Storage;
1+
using Flow.Launcher.Infrastructure.Storage;
22
using Flow.Launcher.Plugin.Explorer.Helper;
33
using Flow.Launcher.Plugin.Explorer.Search;
44
using Flow.Launcher.Plugin.Explorer.Search.Everything;
@@ -42,14 +42,6 @@ public Task InitAsync(PluginInitContext context)
4242

4343
viewModel = new SettingsViewModel(context, Settings);
4444

45-
46-
// as at v1.7.0 this is to maintain backwards compatibility, need to be removed afterwards.
47-
if (Settings.QuickFolderAccessLinks.Any())
48-
{
49-
Settings.QuickAccessLinks = Settings.QuickFolderAccessLinks;
50-
Settings.QuickFolderAccessLinks = new();
51-
}
52-
5345
contextMenu = new ContextMenu(Context, Settings, viewModel);
5446
searchManager = new SearchManager(Settings, Context);
5547
ResultManager.Init(Context, Settings);

0 commit comments

Comments
 (0)