New: Relative path as default Sort order on Manual Import
This commit is contained in:
parent
fc0b42efd5
commit
6e2162ebf4
|
@ -28,8 +28,8 @@ export const defaultState = {
|
|||
error: null,
|
||||
items: [],
|
||||
originalItems: [],
|
||||
sortKey: 'quality',
|
||||
sortDirection: sortDirections.DESCENDING,
|
||||
sortKey: 'relativePath',
|
||||
sortDirection: sortDirections.ASCENDING,
|
||||
recentFolders: [],
|
||||
importMode: 'chooseImportMode',
|
||||
sortPredicates: {
|
||||
|
|
Loading…
Reference in New Issue