diff options
Diffstat (limited to 'src/display.rs')
-rw-r--r-- | src/display.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display.rs b/src/display.rs index f0d2a3d0..bfd62c32 100644 --- a/src/display.rs +++ b/src/display.rs @@ -137,7 +137,7 @@ impl Display { let render_timer = config.render_timer(); // Create the window where Alacritty will be displayed - let mut window = Window::new(&options.title, config.borderless())?; + let mut window = Window::new(&options.title, config.window())?; // get window properties for initializing the other subsystems let mut viewport_size = window.inner_size_pixels() |