mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +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
|
var model = new ProfileModelV1
|
||||||
{
|
{
|
||||||
Guid = Guid.NewGuid(),
|
Guid = Guid.NewGuid(),
|
||||||
Name = this.GenerateUniqueProfileName(Loc.Localize("PluginProfilesNewProfile", "New Profile")),
|
Name = this.GenerateUniqueProfileName(Loc.Localize("PluginProfilesNewProfile", "New Collection")),
|
||||||
IsEnabled = false,
|
IsEnabled = false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue