From 533b9506e12209a410a50d4b17258f4d1e26ac82 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 15 May 2020 14:23:55 +0100 Subject: [PATCH] changed the default config --- public/js/userconfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/userconfig.js b/public/js/userconfig.js index 2f7fb3b0f..be3d4cd62 100644 --- a/public/js/userconfig.js +++ b/public/js/userconfig.js @@ -1,11 +1,11 @@ let config = { theme: 'dark', showKeyTips: true, - showLiveWpm: true, + showLiveWpm: false, smoothCaret: true, quickTab: false, punctuation: true, - words: 100, + words: 50, time: 30, mode: "words" }