PresetWindow.IsDefault can be JsonIgnore

This commit is contained in:
goaaats 2025-12-08 20:05:14 +01:00
parent 5d08170333
commit 24caa1cb18

View file

@ -53,6 +53,7 @@ internal class PresetModel
/// <summary>
/// Gets a value indicating whether this preset is in the default state.
/// </summary>
[JsonIgnore]
public bool IsDefault =>
!this.IsPinned &&
!this.IsClickThrough &&