minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-10-26 14:03:32 +03:00
parent 17570a0e8b
commit 2e99122684

View File

@ -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...