kioslave: enable cursorthumbnail by default

because cursors are technically images and the thumbnails creation is cheap
(even tho the result is not cached, cursors are small images)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-08 15:31:44 +03:00
parent ef33eaf427
commit 7a3db6fd57

View file

@ -93,5 +93,6 @@ Name[zh_TW]=游標檔案
X-KDE-ServiceTypes=ThumbCreator X-KDE-ServiceTypes=ThumbCreator
MimeType=image/x-xcursor; MimeType=image/x-xcursor;
X-KDE-Library=cursorthumbnail X-KDE-Library=cursorthumbnail
X-KDE-PluginInfo-EnabledByDefault=true
CacheThumbnail=false CacheThumbnail=false
InitialPreference=2 InitialPreference=2