From 2e99122684ddf4b5da54d5ee4c1741bfedc73bea Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 26 Oct 2018 14:03:32 +0300 Subject: [PATCH] minor tweak... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/sort.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/features/sort.js b/ui (gen4)/features/sort.js index 2d9532fb..19513e18 100755 --- a/ui (gen4)/features/sort.js +++ b/ui (gen4)/features/sort.js @@ -359,7 +359,7 @@ module.SortActions = actions.Actions({ // defaults... method = method - || ((this.config['default-sort'] || 'birthtime' || 'ctime') + || ((this.config['default-sort'] || 'image-date') + (this.config['default-sort-order'] == 'reverse' ? ' reverse' : '')) // set sort method in data...