From a0598407fa19ab7624200fdd6a3cddca1443445e Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 14 Dec 2021 16:51:01 -0800 Subject: [PATCH] Add image/heic MIME type --- src/editors.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editors.c b/src/editors.c index 902e7360..bea01362 100644 --- a/src/editors.c +++ b/src/editors.c @@ -111,6 +111,7 @@ static GList *editor_mime_types_to_extensions(gchar **mime_types) {"image/*", "*"}, {"image/bmp", ".bmp"}, {"image/gif", ".gif"}, + {"image/heic", ".heic"}, {"image/jpeg", ".jpeg;.jpg;.mpo"}, {"image/jpg", ".jpg;.jpeg"}, {"image/webp", ".webp"}, -- 2.20.1