Adding Git tags info in About Vimix

This commit is contained in:
Bruno Herbelin
2023-04-13 23:17:58 +02:00
parent 6ec8edd5e2
commit f25a1b70f3
2 changed files with 7 additions and 0 deletions

View File

@@ -1521,6 +1521,12 @@ void UserInterface::RenderAbout(bool* p_open)
ImGui::PopFont();
#endif
#ifdef VIMIX_GIT
ImGuiToolkit::PushFont(ImGuiToolkit::FONT_ITALIC);
ImGui::Text(VIMIX_GIT);
ImGui::PopFont();
#endif
static unsigned int img_crow = 0;
if (img_crow == 0)
img_crow = Resource::getTextureImage("images/vimix_crow_white.png");