We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3767a26 commit f87f770Copy full SHA for f87f770
src/main.rs
@@ -28,7 +28,7 @@ pub fn main() {
28
primary_window: Some(Window {
29
title: NAME.to_owned(),
30
#[cfg(not(debug_assertions))]
31
- mode: bevy::window::WindowMode::Fullscreen,
+ mode: bevy::window::WindowMode::BorderlessFullscreen(MonitorSelection::Current),
32
#[cfg(debug_assertions)]
33
mode: bevy::window::WindowMode::Windowed,
34
..default()
0 commit comments