Skip to content

Commit

Permalink
Fix uppercase file endings
Browse files Browse the repository at this point in the history
  • Loading branch information
attah committed Feb 17, 2021
1 parent 86b57b0 commit 2297853
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions qml/components/DocumentFilter.notqml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,14 @@ GalleryFilterUnion {
property: "fileName"
value: ".ps"
}

GalleryEndsWithFilter {
property: "fileName"
value: ".PDF"
}

GalleryEndsWithFilter {
property: "fileName"
value: ".PS"
}
}

0 comments on commit 2297853

Please sign in to comment.