forked from Green-Sky/tomato
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:
parent
a3c9be2348
commit
7e92e9808e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user