From 67c1352c0c970e785d1995e6b9323fd0c094609e Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 9 Jul 2021 23:53:45 +0100 Subject: [PATCH] fixed a bug where min burst has no defualt value in config --- src/js/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/config.js b/src/js/config.js index c059a2033..3e10c6cf9 100644 --- a/src/js/config.js +++ b/src/js/config.js @@ -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) {