temporairly allowing quicktab

This commit is contained in:
Miodec 2022-06-20 16:31:59 +02:00
parent 6e34ebf5c1
commit 3e5982f1de

View file

@ -28,6 +28,7 @@ const CONFIG_SCHEMA = joi.object({
showTimerProgress: joi.boolean(),
smoothCaret: joi.boolean(),
quickRestart: joi.string().valid("off", "tab", "esc"),
quickTab: joi.boolean(), //todo remove after a week
punctuation: joi.boolean(),
numbers: joi.boolean(),
words: joi.number().min(0),