mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 11:36:13 +08:00
fix: move time setting before mode
This commit is contained in:
parent
01ed9322ec
commit
7519931b1b
1 changed files with 1 additions and 1 deletions
|
@ -812,10 +812,10 @@ const lastConfigsToApply: Set<keyof Config> = new Set([
|
|||
"paceCaret",
|
||||
"quoteLength", //quote length sets mode,
|
||||
"words",
|
||||
"time",
|
||||
"mode", // mode sets punctuation and numbers
|
||||
"numbers",
|
||||
"punctuation",
|
||||
"time",
|
||||
"funbox",
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue