Add option to keep wildcard file content order

instead of sorting alphabetically
Fixes #211
This commit is contained in:
DominikDoom
2023-08-05 13:42:24 +02:00
parent 4a415f1a04
commit 0b2bb138ee
3 changed files with 4 additions and 1 deletions

View File

@@ -190,6 +190,7 @@ async function syncOptions() {
resultStepLength: opts["tac_resultStepLength"],
delayTime: opts["tac_delayTime"],
useWildcards: opts["tac_useWildcards"],
sortWildcardResults: opts["tac_sortWildcardResults"],
useEmbeddings: opts["tac_useEmbeddings"],
useHypernetworks: opts["tac_useHypernetworks"],
useLoras: opts["tac_useLoras"],