Set missing popup flag

pull/3/head
Liza 2023-10-17 12:12:44 +02:00
parent 26d8a005ba
commit 297544128d
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{