mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
fix: Popups not always appearing when starting ImHex
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user