mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -04:00
Recognize image/vnd.adobe.photoshop instead of image/x-psd
REVIEW: 125790
This commit is contained in:
parent
814c7a2b30
commit
f2adcb81d1
@ -2,6 +2,6 @@
|
|||||||
Type=Service
|
Type=Service
|
||||||
X-KDE-ServiceTypes=QImageIOPlugins
|
X-KDE-ServiceTypes=QImageIOPlugins
|
||||||
X-KDE-ImageFormat=psd
|
X-KDE-ImageFormat=psd
|
||||||
X-KDE-MimeType=image/x-psd
|
X-KDE-MimeType=image/vnd.adobe.photoshop
|
||||||
X-KDE-Read=true
|
X-KDE-Read=true
|
||||||
X-KDE-Write=false
|
X-KDE-Write=false
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"Keys": [ "psd" ],
|
"Keys": [ "psd" ],
|
||||||
"MimeTypes": [ "image/x-psd" ]
|
"MimeTypes": [ "image/vnd.adobe.photoshop" ]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user