Skip to content

Commit 1a50b20

Browse files
committed
fix: minwpm, minacc, minburst, pacecaret auto enabling themselves
1 parent 7af4812 commit 1a50b20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/ts/config.ts

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

803803
const lastConfigsToApply: Set<keyof Config> = new Set([
804+
"minWpm",
805+
"minAcc",
806+
"minBurst",
807+
"paceCaret",
804808
"punctuation",
805809
"numbers",
806810
"quoteLength",

0 commit comments

Comments
 (0)