mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-01-03 14:23:43 +01:00
Fix ImGui Assertion.
This commit is contained in:
parent
664b42eee8
commit
56d014e14f
3 changed files with 3 additions and 3 deletions
|
|
@ -295,7 +295,7 @@ public partial class CustomizationDrawer
|
|||
|
||||
private void ApplyCheckbox(CustomizeIndex index)
|
||||
{
|
||||
SetId(index);
|
||||
using var id = SetId(index);
|
||||
if (UiHelpers.DrawCheckbox("##apply", $"Apply the {_currentOption} customization in this design.", _currentApply, out _, _locked))
|
||||
ToggleApply();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue