fix: keymap always enabled

This commit is contained in:
Miodec 2025-07-31 12:34:28 +02:00
parent 1a50b207e4
commit 266c564400

View file

@ -801,6 +801,7 @@ export function setBurstHeatmap(value: boolean, nosave?: boolean): boolean {
}
const lastConfigsToApply: Set<keyof Config> = new Set([
"keymapMode",
"minWpm",
"minAcc",
"minBurst",