remove quickTab and swapEscAndTab from config-schema (#3311)

This commit is contained in:
smunky 2022-07-06 19:22:35 +10:00 committed by GitHub
parent f123fd2888
commit 695bccedee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,6 @@ 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
swapEscAndTab: joi.boolean(), // and this
punctuation: joi.boolean(),
numbers: joi.boolean(),
words: joi.number().min(0),