Skip to content

Commit

Permalink
Add arch to title
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsku committed May 6, 2024
1 parent 721e972 commit 7c46fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/gui/dt_comp_root.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void dt_comp_root::render() {
ImGui::Indent(10.0f);

ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(0.77255f, 0.77255f, 0.77255f, 1.00f));
ImGui::Text("%s v%s", DT_APP_NAME, m_app.get_systems().core.app_version.to_string().c_str());
ImGui::Text("%s v%s %s", DT_APP_NAME, m_app.get_systems().core.app_version.to_string().c_str(), DT_ENV_STR);
ImGui::PopStyleColor();

ImGui::PushStyleColor(ImGuiCol_Button, 0x00FFFFFF);
Expand Down

0 comments on commit 7c46fcd

Please sign in to comment.