From e7095a1849d17c9148083eb595c730cb5d4df827 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Thu, 12 Oct 2023 01:10:38 +0200 Subject: [PATCH] forgot to close popup (oops) --- src/chat_gui4.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chat_gui4.cpp b/src/chat_gui4.cpp index 63eb596c..78ea3feb 100644 --- a/src/chat_gui4.cpp +++ b/src/chat_gui4.cpp @@ -386,6 +386,7 @@ void ChatGui4::render(void) { pasteFile(mime_type); } } + ImGui::EndPopup(); } //ImGui::EndDisabled(); }