fix: Popups not always appearing when starting ImHex

This commit is contained in:
WerWolv
2024-01-21 14:22:08 +01:00
parent 3e5967c5a7
commit 566147dfae

View File

@@ -738,7 +738,7 @@ namespace hex {
else
createPopup(ImGui::BeginPopup(name, flags));
if (!ImGui::IsPopupOpen(name) && displayFrameCount < 10) {
if (!ImGui::IsPopupOpen(name) && displayFrameCount < 100) {
ImGui::OpenPopup(name);
}