Skip to content

Commit

Permalink
added app version to about
Browse files Browse the repository at this point in the history
  • Loading branch information
mariinkys committed Jul 9, 2024
1 parent 5e374c4 commit 0e05eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 0e05eb4

Please sign in to comment.