add tox avatar handling + prio png for paste + other fixes and updates

This commit is contained in:
2023-10-14 15:59:32 +02:00
parent e7095a1849
commit c79068c561
12 changed files with 279 additions and 8 deletions

View File

@@ -6,8 +6,8 @@
const char* clipboardHasImage(void) {
const static std::vector<const char*> image_mime_types {
"image/webp",
"image/png",
"image/webp",
"image/gif",
"image/jpeg",
"image/bmp",