fix: missing svg mime type in desktopItem
This commit is contained in:
parent
85a80346e3
commit
65ddef28df
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@
|
||||||
"image/bmp"
|
"image/bmp"
|
||||||
"image/vnd.microsoft.icon" # .ico
|
"image/vnd.microsoft.icon" # .ico
|
||||||
"application/x-krita"
|
"application/x-krita"
|
||||||
|
"image/svg+xml"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue