mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
Fix checkbox not working.
This commit is contained in:
parent
70918e5393
commit
30468e0b09
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ public class ModAssociationsTab(PenumbraService penumbra, DesignFileSystemSelect
|
|||
|
||||
ImGui.TableNextColumn();
|
||||
var inherit = settings.ForceInherit;
|
||||
if (TwoStateCheckbox.Instance.Draw("##Enabled"u8, ref inherit))
|
||||
if (TwoStateCheckbox.Instance.Draw("##ForceInherit"u8, ref inherit))
|
||||
updatedMod = (mod, settings with { ForceInherit = inherit });
|
||||
ImUtf8.HoverTooltip("Force the mod to inherit its settings from inherited collections."u8);
|
||||
ImGui.TableNextColumn();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue