Close installer popup is placed in top-left corner and is very small:
Expected result:
Bug only happens when window is minimized, doesn't happen if window is in the background.
One way to fix the problem is to call SetForegroundWindow on installer window after user executes step 5, then enqueueing popup display to the next IMGUI frame.
07th-Mod.Installer.Windows.exe
Run Installer
Expected result:
Bug only happens when window is minimized, doesn't happen if window is in the background.
One way to fix the problem is to call SetForegroundWindow on installer window after user executes step 5, then enqueueing popup display to the next IMGUI frame.