add simple quote message context menu

This commit is contained in:
2023-09-01 21:13:36 +02:00
parent d131b5a02f
commit 0b46b891c2
2 changed files with 27 additions and 7 deletions

View File

@ -26,6 +26,9 @@ class ChatGui4 {
std::optional<Contact3> _selected_contact;
// TODO: per contact
std::string _text_input_buffer;
bool _show_chat_extra_info {true};
float TEXT_BASE_WIDTH {1};