diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2019-11-05 15:56:45 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-11-23 17:45:44 +0200 |
commit | 955e131f9673e006556bc2c5e0b3551a614ccc48 (patch) | |
tree | dcabce9d7e6008ef490d7e6316eae99008db1c70 /ext/bg/js/options.js | |
parent | 17003189888694da51d840dcf0464355bb342a4c (diff) |
add parser selection options
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index be1ccfbb..f1bafaf9 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -311,6 +311,11 @@ function profileOptionsCreateDefaults() { dictionaries: {}, + parsing: { + enableScanningParser: true, + enableMecabParser: false + }, + anki: { enable: false, server: 'http://127.0.0.1:8765', |