diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-05-07 18:24:31 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-05-07 18:24:31 -0700 |
commit | 4a6055d781cd9bafb1887ef4e8ee26d3735ad405 (patch) | |
tree | 4a2e181de42c9e29df905eabba38beabe996c904 /ext/bg/js/options.js | |
parent | e6ea1ddb150bd97a427a9a3119de57bde88613fa (diff) |
WIP
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index c73bc4c0..639644f7 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -19,10 +19,11 @@ function sanitizeOptions(options) { const defaults = { - loadOnStartup: false, - selectMatchedText: true, + activateOnStartup: false, enableAnkiConnect: false, - scanLength: 20 + loadEnamDict: false, + scanLength: 20, + selectMatchedText: true }; for (const key in defaults) { |