mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Add .jxl to the list of image extensions.
This commit is contained in:
parent
fd633ecb49
commit
b7e52119bc
1 changed files with 2 additions and 2 deletions
|
@ -244,8 +244,8 @@ QString FileExtension(const QString &filepath) {
|
||||||
|
|
||||||
NameType DetectNameType(const QString &filepath) {
|
NameType DetectNameType(const QString &filepath) {
|
||||||
static const auto kImage = SplitExtensions(u"\
|
static const auto kImage = SplitExtensions(u"\
|
||||||
afdesign ai avif bmp dng gif heic icns ico jfif jpeg jpg jpg-large nef png \
|
afdesign ai avif bmp dng gif heic icns ico jfif jpeg jpg jpg-large jxl nef \
|
||||||
png-large psd raw sketch svg tga tif tiff webp"_q);
|
png png-large psd raw sketch svg tga tif tiff webp"_q);
|
||||||
static const auto kVideo = SplitExtensions(u"\
|
static const auto kVideo = SplitExtensions(u"\
|
||||||
3g2 3gp 3gpp aep avi flv h264 m4s m4v mkv mov mp4 mpeg mpg ogv srt tgs tgv \
|
3g2 3gp 3gpp aep avi flv h264 m4s m4v mkv mov mp4 mpeg mpg ogv srt tgs tgv \
|
||||||
vob webm wmv"_q);
|
vob webm wmv"_q);
|
||||||
|
|
Loading…
Add table
Reference in a new issue