From 0d3ea59f40f19c5c8e76f8a830ee5843d4f1d590 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 17 Nov 2017 02:50:05 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/filesystem.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index f8fa2e78..3b4e6540 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -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,