Skip to content

Commit b15ec0f

Browse files
committed
Json Ignore CustomExplorer Property because we don't use that to store value
1 parent 67c9004 commit b15ec0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ public string Language
4040
public bool UseGlyphIcons { get; set; } = true;
4141

4242
public int CustomExplorerIndex { get; set; } = 0;
43+
44+
[JsonIgnore]
4345
public CustomExplorerViewModel CustomExplorer
4446
{
4547
get => CustomExplorerList[CustomExplorerIndex < CustomExplorerList.Count ? CustomExplorerIndex : 0];

0 commit comments

Comments
 (0)