fix changeQuoteLengthAll command

This commit is contained in:
Mariusz Gumienny 2021-03-28 20:46:38 +02:00
parent 60cbbc77c5
commit a34e60cea0

View file

@ -844,7 +844,7 @@ let commandsQuoteLengthConfig = {
id: "changeQuoteLengthAll",
display: "all",
exec: () => {
UpdateConfig.setQuoteLength(-1);
UpdateConfig.setQuoteLength([0, 1, 2, 3]);
TestLogic.restart();
},
},