diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-09-16 23:08:43 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-09-16 23:08:43 -0700 |
commit | 9280985306f5a9c79b9bd2c4daea596a5ec78ae5 (patch) | |
tree | 3feed98555c924983bbea83187ea35f8657bbc68 /ext/bg/js/options.js | |
parent | 5a531541238b52ba56475ae3f91873bd1b8a9d10 (diff) |
add option to automatically hide search results (fixes #71)
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 dcad97d4..a245da80 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -146,6 +146,7 @@ function optionsSetDefaults(options) { middleMouse: true, selectText: true, alphanumeric: true, + autoHideResults: false, delay: 15, length: 10, modifier: 'shift' |