mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-14 20:54:17 +01:00
Clarify some settings.
This commit is contained in:
parent
c051c2f891
commit
d4faf309b7
1 changed files with 3 additions and 3 deletions
|
|
@ -70,10 +70,10 @@ public class SettingsTab : ITab
|
||||||
if (!ImGui.CollapsingHeader("Glamourer Behavior"))
|
if (!ImGui.CollapsingHeader("Glamourer Behavior"))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Checkbox("Restricted Gear Protection",
|
Checkbox("Use Replacement Gear for Gear Unavailable to Your Race or Gender",
|
||||||
"Use gender- and race-appropriate models when detecting certain items not available for a characters current gender and race.",
|
"Use different gender- and race-appropriate models as a substitute when detecting certain items not available for a characters current gender and race.",
|
||||||
_config.UseRestrictedGearProtection, v => _config.UseRestrictedGearProtection = v);
|
_config.UseRestrictedGearProtection, v => _config.UseRestrictedGearProtection = v);
|
||||||
Checkbox("Unlocked Item Mode",
|
Checkbox("Do Not Apply Unobtained Items in Automation",
|
||||||
"Enable this if you want automatically applied designs to only consider items and customizations you have actually unlocked once, and skip those you have not.",
|
"Enable this if you want automatically applied designs to only consider items and customizations you have actually unlocked once, and skip those you have not.",
|
||||||
_config.UnlockedItemMode, v => _config.UnlockedItemMode = v);
|
_config.UnlockedItemMode, v => _config.UnlockedItemMode = v);
|
||||||
Checkbox("Enable Festival Easter-Eggs",
|
Checkbox("Enable Festival Easter-Eggs",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue