From b6975eae07cf57f6724c19956042bde0d0348949 Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 15 Feb 2026 23:42:00 -0800 Subject: [PATCH] Enable frequency dictionary by default and keep bundled fallback --- src/config/definitions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/definitions.ts b/src/config/definitions.ts index 253396a..f37dbcb 100644 --- a/src/config/definitions.ts +++ b/src/config/definitions.ts @@ -196,7 +196,7 @@ export const DEFAULT_CONFIG: ResolvedConfig = { N5: "#8aadf4", }, frequencyDictionary: { - enabled: false, + enabled: true, sourcePath: "", topX: 1000, mode: "single",