Merge pull request #68 from quadbyte/allow-image-formats
Removed all the non-working image formats
This commit is contained in:
commit
97b52e83df
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