Skip to content

Commit 266c564

Browse files
committed
fix: keymap always enabled
1 parent 1a50b20 commit 266c564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/ts/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,7 @@ export function setBurstHeatmap(value: boolean, nosave?: boolean): boolean {
801801
}
802802

803803
const lastConfigsToApply: Set<keyof Config> = new Set([
804+
"keymapMode",
804805
"minWpm",
805806
"minAcc",
806807
"minBurst",

0 commit comments

Comments
 (0)