small debuggabilty improvements (scouting for an avatar bug)

This commit is contained in:
2023-10-21 18:07:06 +02:00
parent 869edb8d84
commit e7db39d20a
4 changed files with 21 additions and 12 deletions

View File

@ -31,7 +31,8 @@ class ChatGui4 {
// TODO: per contact
std::string _text_input_buffer;
bool _show_chat_extra_info {true};
bool _show_chat_extra_info {false};
bool _show_chat_avatar_tf {false};
float TEXT_BASE_WIDTH {1};
float TEXT_BASE_HEIGHT {1};