fixed a bug where min burst has no defualt value in config

This commit is contained in:
Miodec 2021-07-09 23:53:45 +01:00
parent 3ac4f3b245
commit 67c1352c0c

View file

@ -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) {