From accca62fb26f2aa4be74b32dfb775d7607707b28 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 5 Apr 2020 22:26:17 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/filesystem.js | 2 +- ui (gen4)/lib/widget/browse2.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index 3c926b56..93521ee9 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -232,7 +232,7 @@ var FileSystemLoaderActions = actions.Actions({ // 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-pattern': '*.@(jpg|jpeg|png|svg|JPG|JPEG|PNG|SVG)', 'image-file-read-stat': true, 'image-file-skip-previews': false, diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index b904e17c..5fb87656 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -438,6 +438,9 @@ object.mixinFlat(function(){}, { // this.batch(...args)) } //List: function(values){}, + // XXX actions: + // - add/remove + // - place EditableList: function(values){}, EditablePinnedList: function(values){},