From 0436ed321b880e03434b33857845a869d9f34db6 Mon Sep 17 00:00:00 2001 From: Adrian Siemieniak Date: Tue, 9 Mar 2021 11:37:08 +0100 Subject: [PATCH] Add image/webp mime type --- src/editors.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editors.c b/src/editors.c index 2d3fc352..9d853ead 100644 --- a/src/editors.c +++ b/src/editors.c @@ -113,6 +113,7 @@ static GList *editor_mime_types_to_extensions(gchar **mime_types) {"image/gif", ".gif"}, {"image/jpeg", ".jpeg;.jpg;.mpo"}, {"image/jpg", ".jpg;.jpeg"}, + {"image/webp", ".webp"}, {"image/pcx", ".pcx"}, {"image/png", ".png"}, {"image/svg", ".svg"}, -- 2.20.1