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 67c9004 commit b15ec0fCopy full SHA for b15ec0f
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -40,6 +40,8 @@ public string Language
40
public bool UseGlyphIcons { get; set; } = true;
41
42
public int CustomExplorerIndex { get; set; } = 0;
43
+
44
+ [JsonIgnore]
45
public CustomExplorerViewModel CustomExplorer
46
{
47
get => CustomExplorerList[CustomExplorerIndex < CustomExplorerList.Count ? CustomExplorerIndex : 0];
0 commit comments