small refactor for pasting img + allow specifying mime type on paste

This commit is contained in:
2023-10-11 21:57:36 +02:00
parent 897253e1d6
commit 3f78e17888
2 changed files with 62 additions and 39 deletions

View File

@ -59,6 +59,8 @@ class ChatGui4 {
bool renderContactListContactBig(const Contact3 c, const bool selected);
bool renderContactListContactSmall(const Contact3 c, const bool selected) const;
bool renderSubContactListContact(const Contact3 c, const bool selected) const;
void pasteFile(const char* mime_type);
};