aboutsummaryrefslogtreecommitdiff
path: root/src/display.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/display.rs')
-rw-r--r--src/display.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display.rs b/src/display.rs
index ab6cbc07..dccbd7fe 100644
--- a/src/display.rs
+++ b/src/display.rs
@@ -139,7 +139,7 @@ impl Display {
let render_timer = config.render_timer();
// Create the window where Alacritty will be displayed
- let mut window = Window::new()?;
+ let mut window = Window::new(&options.title)?;
// get window properties for initializing the other subsytems
let size = window.inner_size_pixels()