Disable frequency dictionary by default

This commit is contained in:
2026-02-15 23:46:22 -08:00
parent b6975eae07
commit af17f54ecd

View File

@@ -196,7 +196,7 @@ export const DEFAULT_CONFIG: ResolvedConfig = {
N5: "#8aadf4",
},
frequencyDictionary: {
enabled: true,
enabled: false,
sourcePath: "",
topX: 1000,
mode: "single",