mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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>
|
/// <summary>
|
||||||
/// Gets a value indicating whether this preset is in the default state.
|
/// Gets a value indicating whether this preset is in the default state.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[JsonIgnore]
|
||||||
public bool IsDefault =>
|
public bool IsDefault =>
|
||||||
!this.IsPinned &&
|
!this.IsPinned &&
|
||||||
!this.IsClickThrough &&
|
!this.IsClickThrough &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue