Remove legacy initialization

This commit is contained in:
Hongtao Zhang 2022-11-28 17:49:53 -06:00
parent f163ead486
commit 158ee5fd38
No known key found for this signature in database
GPG key ID: 75F655B91C7AC9BB

View file

@ -19,9 +19,6 @@ namespace Flow.Launcher.Plugin.Explorer
public ObservableCollection<AccessLink> QuickAccessLinks { get; set; } = new();
// as at v1.7.0 this is to maintain backwards compatibility, need to be removed afterwards.
public ObservableCollection<AccessLink> QuickFolderAccessLinks { get; set; } = new();
public ObservableCollection<AccessLink> IndexSearchExcludedSubdirectoryPaths { get; set; } = new ObservableCollection<AccessLink>();
public string EditorPath { get; set; } = "";