mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-17 05:09:58 +01:00
Adding Git tags info in About Vimix
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user