From 0e05eb4dc153afa4c3519a5c20a93d76f0fd3511 Mon Sep 17 00:00:00 2001 From: mariinkys Date: Tue, 9 Jul 2024 14:50:14 +0200 Subject: [PATCH] added app version to about --- src/app.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.rs b/src/app.rs index 28c00f7..6247b50 100644 --- a/src/app.rs +++ b/src/app.rs @@ -1130,6 +1130,7 @@ impl Oboete { .push(icon) .push(title) .push(link) + .push(widget::text(format!("v{}", env!("CARGO_PKG_VERSION")))) .align_items(Alignment::Center) .spacing(space_xxs) .into()