GuiMenu: fixed if statements

This commit is contained in:
XargonWan 2024-03-13 10:02:37 +01:00
parent 1e1f23276a
commit 3e1b9b842f

View file

@ -2101,6 +2101,7 @@ void GuiMenu::addVersionInfo()
#define PROGRAM_VERSION_STRING version.c_str()
std::cout << PROGRAM_VERSION_STRING << std::endl;
mVersion.setText(applicationName + " " + Utils::String::toUpper(PROGRAM_VERSION_STRING));
#endif
#endif
mVersion.setHorizontalAlignment(ALIGN_CENTER);