While upgrading ImGui to the latest in #157, I noticed it introduced a new visual warning regarding widget IDs. I added ConfigDebugHighlightIdConflicts=false to disable ID conflict warnings introduced starting ImGui v1.91.2 onwards.
We should properly address those warnings in the future.
Screenshot

While upgrading ImGui to the latest in #157, I noticed it introduced a new visual warning regarding widget IDs. I added
ConfigDebugHighlightIdConflicts=falseto disable ID conflict warnings introduced starting ImGui v1.91.2 onwards.We should properly address those warnings in the future.
Screenshot