Skip to content

Commit

Permalink
fix id conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksuhn committed Oct 8, 2024
1 parent d571a3c commit a999056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions YesAlready/UI/Tabs/Custom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{
Expand Down

0 comments on commit a999056

Please sign in to comment.