mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
one more profile => collection
This commit is contained in:
parent
bcdbe06e3f
commit
66026bbc3e
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ internal class ProfileManager : IServiceType
|
|||
var model = new ProfileModelV1
|
||||
{
|
||||
Guid = Guid.NewGuid(),
|
||||
Name = this.GenerateUniqueProfileName(Loc.Localize("PluginProfilesNewProfile", "New Profile")),
|
||||
Name = this.GenerateUniqueProfileName(Loc.Localize("PluginProfilesNewProfile", "New Collection")),
|
||||
IsEnabled = false,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue