Describe the bug
This was previously fixed in #1802, but was reintroduced in commit 1571027.
To Reproduce
Steps to reproduce the behavior:
- Start app in debug or release mode
- Window flashes white for ~0.5 seconds
Expected behavior
No window flash on startup.
Screenshots

Desktop (please complete the following information):
- OS: Windows 10
- Version 0.24.0
Additional context
Perhaps the is_first_frame check is broken, or the window is being created with set_visible(true) in the first place, when it should start invisible until all assets are loaded.
Describe the bug
This was previously fixed in #1802, but was reintroduced in commit 1571027.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No window flash on startup.
Screenshots

Desktop (please complete the following information):
Additional context
Perhaps the
is_first_framecheck is broken, or the window is being created withset_visible(true)in the first place, when it should start invisible until all assets are loaded.