mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: add old non-polymorphic saved styles to config
This commit is contained in:
parent
c050e83210
commit
6f04f771e9
1 changed files with 7 additions and 0 deletions
|
|
@ -209,6 +209,13 @@ namespace Dalamud.Configuration.Internal
|
|||
/// <summary>
|
||||
/// Gets or sets a list of saved styles.
|
||||
/// </summary>
|
||||
[JsonProperty("SavedStyles")]
|
||||
public List<StyleModelV1>? SavedStylesOld { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a list of saved styles.
|
||||
/// </summary>
|
||||
[JsonProperty("SavedStylesVersioned")]
|
||||
public List<StyleModel>? SavedStyles { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue