mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
loading repeat quotes from config
This commit is contained in:
parent
b30d567a23
commit
a0671ec1eb
1 changed files with 1 additions and 0 deletions
|
@ -1285,6 +1285,7 @@ function applyConfig(configObj) {
|
|||
setOppositeShiftMode(configObj.oppositeShiftMode, true);
|
||||
setMode(configObj.mode, true);
|
||||
setMonkey(configObj.monkey, true);
|
||||
setRepeatQuotes(configObj.repeatQuotes, true);
|
||||
|
||||
setActiveLanguageGroup();
|
||||
|
||||
|
|
Loading…
Reference in a new issue