fix the colors on this horrendous popup

This commit is contained in:
matcool 2024-01-25 23:14:40 -03:00
parent 45ce360836
commit 67c7305acc

View file

@ -187,10 +187,10 @@ void ModInfoPopup::onInfo(CCObject*) {
nullptr,
("About " + info.getName()).c_str(),
fmt::format(
"<cr>ID: {}</c>\n"
"<cg>Version: {}</c>\n"
"<cp>Developer: {}</c>\n"
"<cb>Path: {}</c>\n",
"<cr>ID:</c> {}\n"
"<cg>Version:</c> {}\n"
"<cy>Developer:</c> {}\n"
"<cy>Path:</c> {}\n",
info.getID(),
info.getVersion().toString(),
info.getDeveloper(),