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
commit 97b52e83df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: {