gui: add the version in the window title bar
This commit is contained in:
parent
d93e610b38
commit
79f3f5968f
@ -119,8 +119,8 @@ impl Application for GUI {
|
||||
|
||||
fn title(&self) -> String {
|
||||
match self.state {
|
||||
State::Installer(_) => String::from("Liana Installer"),
|
||||
_ => String::from("Liana"),
|
||||
State::Installer(_) => format!("Liana v{} Installer", VERSION),
|
||||
_ => format!("Liana v{}", VERSION),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user