Merge pull request #68 from quadbyte/allow-image-formats

Removed all the non-working image formats
This commit is contained in:
Lysec
2025-08-02 14:26:15 +02:00
committed by GitHub
+1 -1
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: {