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:
parent
049dd5d771
commit
1c09ae7224
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue