Fix uppercase file endings

This commit is contained in:
Anton Thomasson 2021-02-17 21:02:19 +01:00
parent 86b57b0521
commit 2297853024

View file

@ -11,4 +11,14 @@ GalleryFilterUnion {
property: "fileName"
value: ".ps"
}
GalleryEndsWithFilter {
property: "fileName"
value: ".PDF"
}
GalleryEndsWithFilter {
property: "fileName"
value: ".PS"
}
}