mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 20:33:44 +01:00
Use IDesignEditor for designs.
This commit is contained in:
parent
46fcac6c7d
commit
b92dc03eb5
6 changed files with 448 additions and 337 deletions
|
|
@ -30,7 +30,7 @@ public ref struct ToggleDrawData
|
|||
DisplayApplication = true,
|
||||
CurrentValue = design.DesignData.GetMeta(index),
|
||||
CurrentApply = design.DoApplyMeta(index),
|
||||
SetValue = b => manager.ChangeMeta(design, index, b),
|
||||
SetValue = b => manager.ChangeMetaState(design, index, b),
|
||||
SetApply = b => manager.ChangeApplyMeta(design, index, b),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue