diff --git a/YesAlready/UI/Tabs/Custom.cs b/YesAlready/UI/Tabs/Custom.cs index b71db05..e8134c5 100644 --- a/YesAlready/UI/Tabs/Custom.cs +++ b/YesAlready/UI/Tabs/Custom.cs @@ -25,6 +25,7 @@ public static void Draw() foreach (var bother in P.Config.CustomBothers.ToList()) { + using var id = ImRaii.PushId(P.Config.CustomBothers.IndexOf(bother)); var name = bother.Addon; if (ImGui.InputText("Addon Name", ref name, 50, ImGuiInputTextFlags.EnterReturnsTrue)) {