We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179babe commit 3777e2bCopy full SHA for 3777e2b
Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs
@@ -15,7 +15,7 @@ public class Settings
15
{
16
public int MaxResult { get; set; } = 100;
17
18
- public ObservableCollection<AccessLink> QuickAccessLinks { get; set; } = new();
+ public static ObservableCollection<AccessLink> QuickAccessLinks { get; set; } = new();
19
20
public ObservableCollection<AccessLink> IndexSearchExcludedSubdirectoryPaths { get; set; } = new ObservableCollection<AccessLink>();
21
0 commit comments