Skip to content

Commit

Permalink
git hash in front of
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Nov 28, 2023
1 parent cd4c55f commit 9f19410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rvlib/menu/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl<'a> Widget for About<'a> {
const GIT_DIRTY: &str = env!("GIT_DIRTY");
let is_dirty = GIT_DIRTY == "true";
ui.label(format!(
"{}{}\n",
"Git hash {}{}\n",
&GIT_HASH[..8],
if is_dirty { " DIRTY" } else { "" }
));
Expand Down

0 comments on commit 9f19410

Please sign in to comment.