From 43fe7e7956372d28e9d8b941a688c3b2854262d3 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 22 Apr 2025 17:55:41 +0200 Subject: [PATCH] change default sort --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 7527d20..02a1607 100644 --- a/config.jsonc +++ b/config.jsonc @@ -966,7 +966,7 @@ "listColumnWidth": {}, "listSelection": [], "listSort": [ - {"key": "created", "operator": "-"} + {"key": "date", "operator": "-"} ], "listView": "grid", "lists": {},