include commit hash in SupportView

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-11-21 16:13:36 -05:00
parent 679a5afdeb
commit 308717cabf
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")));
});
}
}