Removed all the non-working image formats

- avoid a bunch of warning in QS
- avoid empty/non working thumbnails on the wallpaper manager
This commit is contained in:
Sébastien Atoch 2025-08-02 08:18:11 -04:00
parent 049dd5d771
commit 1c09ae7224

View file

@ -91,7 +91,7 @@ Singleton {
FolderListModel {
id: folderModel
nameFilters: ["*.avif", "*.jpg", "*.jpeg", "*.png", "*.gif", "*.pnm", "*.tga", "*.tiff", "*.webp", "*.bmp", "*.farbfeld"]
nameFilters: ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.pnm", "*.bmp"]
showDirs: false
sortField: FolderListModel.Name
onStatusChanged: {