small contact list and status text

This commit is contained in:
2024-04-22 22:31:17 +02:00
parent 4b0d9595ac
commit c887fdac8a
7 changed files with 55 additions and 27 deletions

View File

@ -79,7 +79,7 @@ class ChatGui4 {
void renderContactList(void);
bool renderContactListContactSmall(const Contact3 c, const bool selected) const;
bool renderSubContactListContact(const Contact3 c, const bool selected) const;
//bool renderSubContactListContact(const Contact3 c, const bool selected) const;
void pasteFile(const char* mime_type);
};