From 689caaf993d25783015877e0bb0752d409315f0e Mon Sep 17 00:00:00 2001 From: nek0 Date: Wed, 3 Dec 2014 23:30:42 +0100 Subject: [PATCH] modified accepted types --- Helper.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helper.hs b/Helper.hs index 64b4619..56a8c6a 100644 --- a/Helper.hs +++ b/Helper.hs @@ -120,4 +120,4 @@ removeItem x (y:ys) | otherwise = y : removeItem x ys acceptedTypes :: [T.Text] -acceptedTypes = ["image/jpeg", "image/png", "image/x-ms-bmp", "image/x-bmp", "image/bmp", "image/tiff", "image/tiff-fx"] +acceptedTypes = ["image/jpeg", "image/jpg", "image/png", "image/x-ms-bmp", "image/x-bmp", "image/bmp", "image/tiff", "image/tiff-fx"]