mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
fixed a bug where min burst has no defualt value in config
This commit is contained in:
parent
3ac4f3b245
commit
67c1352c0c
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ let defaultConfig = {
|
|||
customBackgroundFilter: [0, 1, 1, 1, 1],
|
||||
customLayoutfluid: "qwerty#dvorak#colemak",
|
||||
monkeyPowerLevel: "off",
|
||||
minBurst: "off",
|
||||
minBurstCustomSpeed: 100,
|
||||
};
|
||||
|
||||
function isConfigKeyValid(name) {
|
||||
|
|
Loading…
Reference in a new issue