mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
17570a0e8b
commit
2e99122684
@ -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...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user