mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-01-03 06:13:45 +01:00
Ny
This commit is contained in:
parent
77f3912bf2
commit
3c68124b29
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ public class SettingsTab(
|
||||||
config.AutoRedrawEquipOnChanges = v;
|
config.AutoRedrawEquipOnChanges = v;
|
||||||
autoRedraw.Invoke(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,
|
"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);
|
config.AttachToPcp, pcpService.Set);
|
||||||
var active = config.DeleteDesignModifier.IsActive();
|
var active = config.DeleteDesignModifier.IsActive();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue