mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Json Ignore CustomExplorer Property because we don't use that to store value
This commit is contained in:
parent
67c90044fb
commit
b15ec0f83b
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
public bool UseGlyphIcons { get; set; } = true;
|
||||
|
||||
public int CustomExplorerIndex { get; set; } = 0;
|
||||
|
||||
[JsonIgnore]
|
||||
public CustomExplorerViewModel CustomExplorer
|
||||
{
|
||||
get => CustomExplorerList[CustomExplorerIndex < CustomExplorerList.Count ? CustomExplorerIndex : 0];
|
||||
|
|
|
|||
Loading…
Reference in a new issue