diff options
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 9ff947b1..c73bc4c0 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -19,9 +19,10 @@ function sanitizeOptions(options) { const defaults = { - scanLength: 20, - loadOnStartup: false, - highlightText: true + loadOnStartup: false, + selectMatchedText: true, + enableAnkiConnect: false, + scanLength: 20 }; for (const key in defaults) { |