mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
plasma: remove non-existing MIME type from wallpaper package MIMEs
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
cdebea1cc0
commit
fcc7ea5eab
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ WallpaperPackage::WallpaperPackage(Wallpaper *paper, QObject *parent)
|
|||
m_resizeMethod(Wallpaper::ScaledResize)
|
||||
{
|
||||
QStringList mimetypes;
|
||||
mimetypes << "image/svg" << "image/png" << "image/jpeg" << "image/jpg";
|
||||
mimetypes << "image/svg" << "image/png" << "image/jpeg";
|
||||
setDefaultMimetypes(mimetypes);
|
||||
|
||||
addDirectoryDefinition("images", "images/", i18n("Images"));
|
||||
|
|
Loading…
Add table
Reference in a new issue