Skip to content

Fix/gui windows console and startup flash - #68

Merged
timhartmann7 merged 6 commits into
mainfrom
fix/gui-windows-console-and-startup-flash
Jul 28, 2026
Merged

Fix/gui windows console and startup flash#68
timhartmann7 merged 6 commits into
mainfrom
fix/gui-windows-console-and-startup-flash

Conversation

@timhartmann7

Copy link
Copy Markdown
Owner

No description provided.

Without the subsystem attribute Windows allocates a console for the app and
keeps it on screen next to the window for the whole session.
A GUI-subsystem parent has no console to lend the child, so key setup would
pop one for the length of the run.
The window used to appear before the webview had painted, so the first frame
was its blank base colour. A fallback shows it anyway if the page stalls.
Showing an already-visible window raises and refocuses it on macOS, so the
fallback and a later page load could pull the app over what the user moved to.
@timhartmann7
timhartmann7 merged commit 0e615f4 into main Jul 28, 2026
5 checks passed
@timhartmann7
timhartmann7 deleted the fix/gui-windows-console-and-startup-flash branch July 28, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant