From 7ce7b0cc0e4e4211f8123400e51cf443164baa62 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 18 Jan 2020 23:32:26 +0100 Subject: [PATCH] use existing documents key for documents sort --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 20e6944..5772cbb 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1352,7 +1352,7 @@ "documentFiltersSize": 176, "documentView": "view", "documentsSelection": {}, - "documentsSort": [{"key": "name", "operator": "+"}], + "documentsSort": [{"key": "title", "operator": "+"}], "documentsView": "grid", "documentFilters": [ {"id": "source", "sort": [{"key": "items", "operator": "-"}]},