This commit is contained in:
Ottermandias 2025-12-19 14:15:14 +01:00
parent 77f3912bf2
commit 3c68124b29

View file

@ -119,7 +119,7 @@ public class SettingsTab(
config.AutoRedrawEquipOnChanges = v;
autoRedraw.Invoke(v);
});
Checkbox("Attach to PCP-Handling"u8,
Checkbox("Attach to PCP Handling"u8,
"Add the actor's glamourer state when a PCP is created by Penumbra, and create a design and apply it if possible when a PCP is installed by Penumbra."u8,
config.AttachToPcp, pcpService.Set);
var active = config.DeleteDesignModifier.IsActive();