mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
chore: make profiles category visible by default, ask before enabling
This commit is contained in:
parent
412d94e437
commit
3a922e4d58
4 changed files with 35 additions and 10 deletions
|
|
@ -48,6 +48,7 @@ public class SettingsTabExperimental : SettingsTab
|
|||
|
||||
new ThirdRepoSettingsEntry(),
|
||||
|
||||
/* Disabling profiles after they've been enabled doesn't make much sense, at least not if the user has already created profiles.
|
||||
new GapSettingsEntry(5, true),
|
||||
|
||||
new SettingsEntry<bool>(
|
||||
|
|
@ -55,6 +56,7 @@ public class SettingsTabExperimental : SettingsTab
|
|||
Loc.Localize("DalamudSettingsEnableProfilesHint", "Enables plugin collections, which lets you create toggleable lists of plugins."),
|
||||
c => c.ProfilesEnabled,
|
||||
(v, c) => c.ProfilesEnabled = v),
|
||||
*/
|
||||
};
|
||||
|
||||
public override string Title => Loc.Localize("DalamudSettingsExperimental", "Experimental");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue