reorder, as jxl was not used by every app providing clipboards and sdl

still has no way to know which mimetype was set last
This commit is contained in:
Green Sky 2024-08-31 17:24:32 +02:00
parent a3c9be2348
commit 7e92e9808e
No known key found for this signature in database

View File

@ -19,11 +19,11 @@ static const char* clipboardHas(const std::vector<std::string_view>& filter_mime
const static std::vector<std::string_view> image_mime_types {
"image/svg+xml",
"image/jxl",
"image/avif",
"image/apng",
"image/webp",
"image/png",
"image/avif",
"image/jxl",
"image/gif",
"image/jpeg",
"image/qoi",