mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +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"))
|
||||
return;
|
||||
|
||||
Checkbox("Restricted Gear Protection",
|
||||
"Use gender- and race-appropriate models when detecting certain items not available for a characters current gender and race.",
|
||||
Checkbox("Use Replacement Gear for Gear Unavailable to Your Race or Gender",
|
||||
"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);
|
||||
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.",
|
||||
_config.UnlockedItemMode, v => _config.UnlockedItemMode = v);
|
||||
Checkbox("Enable Festival Easter-Eggs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue