diff --git a/ARControl/Windows/ConfigWindow.cs b/ARControl/Windows/ConfigWindow.cs index ea04b5c..4bfb7b3 100644 --- a/ARControl/Windows/ConfigWindow.cs +++ b/ARControl/Windows/ConfigWindow.cs @@ -964,7 +964,7 @@ internal sealed class ConfigWindow : Window if (ImGuiComponents.IconButtonWithText(FontAwesomeIcon.Plus, "Add Venture List to this Group")) ImGui.OpenPopup($"##AddItem{id}"); - if (ImGui.BeginPopupContextItem($"##AddItem{id}")) + if (ImGui.BeginPopupContextItem($"##AddItem{id}", ImGuiPopupFlags.NoOpenOverItems)) { foreach (var list in unusedLists) {