Fixed window will never show up again if the window is closed when minimized #693

Closed
opened 2026-04-05 16:23:38 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @ColorlessColor on 11/10/2024

Show() must be called before changing WindowState, otherwise the internal state of the window will be messed up.

If you don't do this, if the window is closed when minimized, even if you click the tray menu icon, it will never show up on Windows 10.

*Originally created by @ColorlessColor on 11/10/2024* `Show()` must be called before changing `WindowState`, otherwise the internal state of the window will be messed up. If you don't do this, if the window is closed when minimized, even if you click the tray menu icon, it will never show up on Windows 10.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#693