mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 10:56:57 +03:00
Merge pull request #2771 from Kurumi78/develop
Add webp to validIconExtensions
This commit is contained in:
commit
b17a688237
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue