Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-11-17 02:50:05 +03:00
parent 3efc6fb05e
commit 0d3ea59f40

View File

@ -227,7 +227,9 @@ module.FileSystemInfo = core.ImageGridFeatures.Feature({
// NOTE: this will also manage .location.from
var FileSystemLoaderActions = actions.Actions({
config: {
// XXX BUG: for some reason this does not match/see '.jpg' filename...
// NOTE: this will not match "dot filenames", this is done
// intentionally to avoid the previews MAC computers
// generate all over the place...
'image-file-pattern': '*.@(jpg|jpeg|png|svg|JPG|JPEG|PNG|svg)',
'image-file-read-stat': true,