mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
one one more profile => collection
This commit is contained in:
parent
66026bbc3e
commit
3d057c4e35
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ public abstract class ProfileModel
|
|||
/// Gets or sets the name of the profile.
|
||||
/// </summary>
|
||||
[JsonProperty("n")]
|
||||
public string Name { get; set; } = "New Profile";
|
||||
public string Name { get; set; } = "New Collection";
|
||||
|
||||
/// <summary>
|
||||
/// Deserialize a profile into a model.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue