diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-04 21:33:23 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-04 21:33:23 -0800 |
commit | 86e39efe281f8b09e199d7e2ddc05e77d5add140 (patch) | |
tree | eb060b55fa5f026e80b6d9ecd643514f39cb6ec5 /ext/bg/js/options.js | |
parent | 8615d5f497ab595b72e1e1d666c4a373eb5a5940 (diff) |
checkbox for grouping term results
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 28448b96..464c2116 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -22,6 +22,7 @@ function sanitizeOptions(options) { activateOnStartup: true, enableAudioPlayback: true, enableSoftKatakanaSearch: true, + groupTermResults: true, showAdvancedOptions: false, selectMatchedText: true, holdShiftToScan: true, |