Merge include commit hash in SupportView #471

kernelkind (1):
      include commit hash in SupportView
This commit is contained in:
William Casarin
2024-11-22 13:03:11 -08:00
3 changed files with 12 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ impl<'a> SupportView<'a> {
.color(egui::Color32::RED),
);
}
ui.label(format!("Commit hash: {}", env!("GIT_COMMIT_HASH")));
});
}
}