Merge pull request #2771 from Kurumi78/develop

Add webp to validIconExtensions
This commit is contained in:
Alexandru Ionut Tripon 2024-09-10 12:27:02 +03:00 committed by GitHub
commit b17a688237
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@
#include "FileSystem.h"
namespace {
static const QStringList validIconExtensions = { { "svg", "png", "ico", "gif", "jpg", "jpeg" } };
static const QStringList validIconExtensions = { { "svg", "png", "ico", "gif", "jpg", "jpeg", "webp" } };
}
namespace IconUtils {