Move showAllResults next to maxResults in config

This commit is contained in:
DominikDoom
2022-10-17 15:03:54 +02:00
committed by GitHub
parent 896533c986
commit 0112acb820

View File

@@ -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"]
}
}
}
}