diff --git a/voxygen/src/window.rs b/voxygen/src/window.rs index 0713ad4a0e..8817f1152d 100644 --- a/voxygen/src/window.rs +++ b/voxygen/src/window.rs @@ -1380,7 +1380,7 @@ pub struct FullScreenSettings { impl Default for FullScreenSettings { fn default() -> Self { Self { - enabled: false, + enabled: true, mode: FullscreenMode::Borderless, resolution: [1920, 1080], bit_depth: None,