even more profile => collection

This commit is contained in:
goat 2023-06-12 20:44:28 +02:00
parent 3d057c4e35
commit 6dd7188f6c
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
4 changed files with 15 additions and 15 deletions

View file

@ -50,8 +50,8 @@ public class SettingsTabExperimental : SettingsTab
new GapSettingsEntry(5, true),
new SettingsEntry<bool>(
Loc.Localize("DalamudSettingsEnableProfiles", "Enable plugin profiles"),
Loc.Localize("DalamudSettingsEnableProfilesHint", "EXPERIMENTAL: Enables plugin profiles."),
Loc.Localize("DalamudSettingsEnableProfiles", "Enable plugin collections"),
Loc.Localize("DalamudSettingsEnableProfilesHint", "Enables plugin collections, which lets you create toggleable lists of plugins."),
c => c.ProfilesEnabled,
(v, c) => c.ProfilesEnabled = v),
};