UI: Add webp to dropfiles

This commit is contained in:
gxalpha 2022-03-12 21:27:25 +01:00 committed by Jim
parent 6df5a98534
commit 358ef281c4

View file

@ -18,7 +18,7 @@ using namespace std;
static const char *textExtensions[] = {"txt", "log", nullptr};
static const char *imageExtensions[] = {"bmp", "tga", "png", "jpg",
"jpeg", "gif", nullptr};
"jpeg", "gif", "webp", nullptr};
static const char *htmlExtensions[] = {"htm", "html", nullptr};