mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
Enable frequency dictionary by default and keep bundled fallback
This commit is contained in:
@@ -196,7 +196,7 @@ export const DEFAULT_CONFIG: ResolvedConfig = {
|
|||||||
N5: "#8aadf4",
|
N5: "#8aadf4",
|
||||||
},
|
},
|
||||||
frequencyDictionary: {
|
frequencyDictionary: {
|
||||||
enabled: false,
|
enabled: true,
|
||||||
sourcePath: "",
|
sourcePath: "",
|
||||||
topX: 1000,
|
topX: 1000,
|
||||||
mode: "single",
|
mode: "single",
|
||||||
|
|||||||
Reference in New Issue
Block a user