Default window title leaks "bevy" context #9298
Labels
A-Windowing
Platform-agnostic interface layer to run your app in
D-Trivial
Nice and easy! A great choice to get started with Bevy
P-Regression
Functionality that used to work but no longer does. Add a test for this!
The default window title is "bevy app" but should be just "app".
This decision was made in #3404 (comment) and was later patched in #3417.
However there was a small regression when moving to windows-as-entities #5589.
Leaking small details like this can look a little bit unprofessional for applications.
The text was updated successfully, but these errors were encountered: