diff --git a/src/js/commandline-lists.js b/src/js/commandline-lists.js index 63f43273d..07c2f9423 100644 --- a/src/js/commandline-lists.js +++ b/src/js/commandline-lists.js @@ -844,7 +844,7 @@ let commandsQuoteLengthConfig = { id: "changeQuoteLengthAll", display: "all", exec: () => { - UpdateConfig.setQuoteLength(-1); + UpdateConfig.setQuoteLength([0, 1, 2, 3]); TestLogic.restart(); }, },