Show release version in app header
All checks were successful
Release App / release-app (push) Successful in 55s

This commit is contained in:
2026-04-24 15:25:44 +03:00
parent 522704ff3d
commit 1d74c41657

View File

@@ -89,7 +89,7 @@ void App::draw() {
attron(A_REVERSE); attron(A_REVERSE);
mvhline(header_y, 0, ' ', width); mvhline(header_y, 0, ' ', width);
std::string header_label = std::string("shinoa ") + TELEGRAM_TUI_BUILD_VERSION; std::string header_label = std::string("shinoa ") + TELEGRAM_TUI_PROJECT_VERSION;
if (use_test_dc_) { if (use_test_dc_) {
header_label += " [TEST DC]"; header_label += " [TEST DC]";
} }