mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove legacy initialization
This commit is contained in:
parent
f163ead486
commit
158ee5fd38
1 changed files with 0 additions and 3 deletions
|
|
@ -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; } = "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue