Fix checkbox not working.

This commit is contained in:
Ottermandias 2025-01-24 15:04:30 +01:00
parent 70918e5393
commit 30468e0b09

View file

@ -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();