From 0112acb82047aa2210314fca5aae242d70f2b030 Mon Sep 17 00:00:00 2001 From: DominikDoom <34448969+DominikDoom@users.noreply.github.com> Date: Mon, 17 Oct 2022 15:03:54 +0200 Subject: [PATCH] Move showAllResults next to maxResults in config --- tags/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tags/config.json b/tags/config.json index 1f1f578..0bd1224 100644 --- a/tags/config.json +++ b/tags/config.json @@ -6,11 +6,11 @@ "negativePrompts": true }, "maxResults": 5, + "showAllResults": false, "replaceUnderscores": true, "escapeParentheses": true, "useWildcards": true, "useEmbeddings": true, - "showAllResults": false, "translation": { "searchByTranslation": true, "onlyShowTranslation": false @@ -39,4 +39,4 @@ "8": ["seagreen", "darkseagreen"] } } -} \ No newline at end of file +}