mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Changing QuickAccessLinks property to static
This change is necessary for quick access settings window
This commit is contained in:
parent
179babe313
commit
3777e2b6d8
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ namespace Flow.Launcher.Plugin.Explorer
|
|||
{
|
||||
public int MaxResult { get; set; } = 100;
|
||||
|
||||
public ObservableCollection<AccessLink> QuickAccessLinks { get; set; } = new();
|
||||
public static ObservableCollection<AccessLink> QuickAccessLinks { get; set; } = new();
|
||||
|
||||
public ObservableCollection<AccessLink> IndexSearchExcludedSubdirectoryPaths { get; set; } = new ObservableCollection<AccessLink>();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue