diff --git a/src/chat_gui/contact_list.cpp b/src/chat_gui/contact_list.cpp index 0334837..82ce543 100644 --- a/src/chat_gui/contact_list.cpp +++ b/src/chat_gui/contact_list.cpp @@ -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? } }