string cant be empty

This commit is contained in:
Green Sky 2024-04-27 13:53:26 +02:00
parent 07070dd2d4
commit 33875cb58b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ bool renderContactBig(
ImGui::TextUnformatted(slt->text.c_str(), slt->text.c_str() + slt->first_line_length);
ImGui::PopStyleColor();
} else {
ImGui::TextDisabled(""); // or dummy?
ImGui::TextDisabled(" "); // or dummy?
}
}