From db8b20f36f53afd37a6f2c06d34a941d8366281c Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 30 Apr 2024 20:57:35 +0200 Subject: [PATCH] chore: change default config value of singleListCommandline to on --- frontend/src/ts/constants/default-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ts/constants/default-config.ts b/frontend/src/ts/constants/default-config.ts index f55bfa5cf..42b992a5e 100644 --- a/frontend/src/ts/constants/default-config.ts +++ b/frontend/src/ts/constants/default-config.ts @@ -56,7 +56,7 @@ export default { smoothLineScroll: false, alwaysShowDecimalPlaces: false, alwaysShowWordsHistory: false, - singleListCommandLine: "manual", + singleListCommandLine: "on", capsLockWarning: true, playSoundOnError: "off", playSoundOnClick: "off",