From 141f973d8cc902335ead55823d0a590821fa4a4d Mon Sep 17 00:00:00 2001 From: j Date: Sun, 28 Jun 2020 17:25:52 +0200 Subject: [PATCH] additional sort --- config.jsonc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.jsonc b/config.jsonc index 2e7904d..823ab4e 100644 --- a/config.jsonc +++ b/config.jsonc @@ -282,6 +282,7 @@ "type": "string", "columnWidth": 128, "find": true, + "additionalSort": [{"key": "volume", "operator": "-"}, {"key": "issue", "operator": "-"}], "sort": true }, { @@ -290,6 +291,7 @@ "type": "string", "columnWidth": 128, "find": true, + "additionalSort": [{"key": "issue", "operator": "-"}], "sort": true }, {