most recent items first

This commit is contained in:
j 2023-07-27 16:05:03 +02:00
parent 01e576eded
commit 9c146c8ae2

View file

@ -900,7 +900,7 @@
"collectionColumnWidth": {}, "collectionColumnWidth": {},
"collectionSelection": [], "collectionSelection": [],
"collectionSort": [ "collectionSort": [
{"key": "title", "operator": "+"}, {"key": "created", "operator": "-"},
{"key": "extension", "operator": "+"} {"key": "extension", "operator": "+"}
], ],
"collectionView": "grid", "collectionView": "grid",
@ -961,7 +961,9 @@
"listColumns": ["title", "date", "location", "tag", "language", "duration"], "listColumns": ["title", "date", "location", "tag", "language", "duration"],
"listColumnWidth": {}, "listColumnWidth": {},
"listSelection": [], "listSelection": [],
"listSort": [{"key": "title", "operator": "+"}], "listSort": [
{"key": "created", "operator": "-"}
],
"listView": "grid", "listView": "grid",
"lists": {}, "lists": {},
"locale": "en", "locale": "en",