diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-27 09:01:12 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-27 09:01:12 -0800 |
commit | 3fa393354b90cee5a349ab813889fe2d8cd59289 (patch) | |
tree | 81078a70922e83e040cfad7a42774cbf3e447bb0 /ext/bg/js/options.js | |
parent | 0e0a0a3e51a3812a9ccdb64216c70770881b9082 (diff) |
store max number of results to display
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index dcf9d075..066ed62c 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -22,8 +22,9 @@ function optionsSetDefaults(options) { general: { autoStart: true, audioPlayback: true, - softKatakana: true, groupResults: true, + softKatakana: true, + maxResults: 32, showAdvanced: false }, |