mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 12:23:42 +01:00
Use new functionality.
This commit is contained in:
parent
a4de13f228
commit
2219d9293f
9 changed files with 163 additions and 136 deletions
|
|
@ -256,7 +256,7 @@ public class DesignPanel(
|
|||
{
|
||||
var apply = bigChange ? ((EquipFlag)flags).HasFlag(slot.ToFlag()) : _selector.Selected!.DoApplyEquip(slot);
|
||||
if (ImGui.Checkbox($"Apply {slot.ToName()}", ref apply) || bigChange)
|
||||
_manager.ChangeApplyEquip(_selector.Selected!, slot, apply);
|
||||
_manager.ChangeApplyItem(_selector.Selected!, slot, apply);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue