From 158ee5fd38a734b15cca3c8d8243836d4d570934 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Mon, 28 Nov 2022 17:49:53 -0600 Subject: [PATCH] Remove legacy initialization --- Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs index 6acaa3279..f0023cc95 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs @@ -19,9 +19,6 @@ namespace Flow.Launcher.Plugin.Explorer public ObservableCollection QuickAccessLinks { get; set; } = new(); - // as at v1.7.0 this is to maintain backwards compatibility, need to be removed afterwards. - public ObservableCollection QuickFolderAccessLinks { get; set; } = new(); - public ObservableCollection IndexSearchExcludedSubdirectoryPaths { get; set; } = new ObservableCollection(); public string EditorPath { get; set; } = "";