mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add version to info log
This commit is contained in:
parent
8afeb2c602
commit
d1608dd03e
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ fn alacritty(options: Options) -> Result<(), String> {
|
|||
.expect("Unable to initialize logger");
|
||||
|
||||
info!("Welcome to Alacritty");
|
||||
info!("Version {}", env!("VERSION"));
|
||||
|
||||
#[cfg(all(feature = "x11", not(any(target_os = "macos", windows))))]
|
||||
info!("Running on {}", if window_event_loop.is_x11() { "X11" } else { "Wayland" });
|
||||
|
|
Loading…
Reference in a new issue