mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-11 01:37:24 +01:00
PresetWindow.IsDefault can be JsonIgnore
This commit is contained in:
parent
5d08170333
commit
24caa1cb18
1 changed files with 1 additions and 0 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue