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; } = "";