forgot to close popup (oops)

This commit is contained in:
Green Sky 2023-10-12 01:10:38 +02:00
parent 3f78e17888
commit e7095a1849
No known key found for this signature in database

View File

@ -386,6 +386,7 @@ void ChatGui4::render(void) {
pasteFile(mime_type); pasteFile(mime_type);
} }
} }
ImGui::EndPopup();
} }
//ImGui::EndDisabled(); //ImGui::EndDisabled();
} }