fix: minwpm, minacc, minburst, pacecaret auto enabling themselves

This commit is contained in:
Miodec 2025-07-31 12:27:40 +02:00
parent 7af4812b3e
commit 1a50b207e4

View file

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