include commit hash in SupportView
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -75,6 +75,7 @@ impl<'a> SupportView<'a> {
|
||||
.color(egui::Color32::RED),
|
||||
);
|
||||
}
|
||||
ui.label(format!("Commit hash: {}", env!("GIT_COMMIT_HASH")));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user