Show release version in app header
All checks were successful
Release App / release-app (push) Successful in 55s
All checks were successful
Release App / release-app (push) Successful in 55s
This commit is contained in:
@@ -89,7 +89,7 @@ void App::draw() {
|
||||
|
||||
attron(A_REVERSE);
|
||||
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_) {
|
||||
header_label += " [TEST DC]";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user