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