mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 12:18:56 +00:00
Userland: Register MIME type/extension for .tvg
These both come from the specification.
This commit is contained in:
parent
ae18186905
commit
ee09ecaf42
Notes:
sideshowbarker
2024-07-17 16:42:19 +09:00
Author: https://github.com/MacDue
Commit: ee09ecaf42
Pull-request: https://github.com/SerenityOS/serenity/pull/19765
Reviewed-by: https://github.com/LucasChollet
Reviewed-by: https://github.com/gmta ✅
3 changed files with 6 additions and 2 deletions
|
@ -25,7 +25,7 @@ struct FileTypeFilter {
|
|||
|
||||
static FileTypeFilter image_files()
|
||||
{
|
||||
return FileTypeFilter { "Image Files", Vector<DeprecatedString> { "png", "gif", "bmp", "dip", "pbm", "pgm", "ppm", "ico", "jpeg", "jpg", "dds", "qoi", "webp" } };
|
||||
return FileTypeFilter { "Image Files", Vector<DeprecatedString> { "png", "gif", "bmp", "dip", "pbm", "pgm", "ppm", "ico", "jpeg", "jpg", "dds", "qoi", "webp", "tvg" } };
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue