You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i use EditorPlugin::new().on_second_monitor_fullscreen() or EditorPlugin::new().in_new_window() then closing the primary window does not cause the app to shut down.
I don't know if this was intentional or not, but i figured I would mention it just in case. For my workaround, i just added a system to close bevy if the primary window ceases to exist
If i use
EditorPlugin::new().on_second_monitor_fullscreen()
orEditorPlugin::new().in_new_window()
then closing the primary window does not cause the app to shut down.I don't know if this was intentional or not, but i figured I would mention it just in case. For my workaround, i just added a system to close bevy if the primary window ceases to exist
The text was updated successfully, but these errors were encountered: