diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-04-01 12:01:34 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-04-01 12:01:34 -0700 |
commit | 4de9e5e9e06031e163bfeb27f83a8614f912d454 (patch) | |
tree | 806a43c7131aa56d9e2d6db5cf9dbbfd4d76aae8 /ext/bg/js/util.js | |
parent | f556c95038e2ef9e4d97b4168ce417ba0d74282f (diff) |
support for audio volume adjustment (fixes #39)
Diffstat (limited to 'ext/bg/js/util.js')
-rw-r--r-- | ext/bg/js/util.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/util.js b/ext/bg/js/util.js index b3e4feec..78258c97 100644 --- a/ext/bg/js/util.js +++ b/ext/bg/js/util.js @@ -85,6 +85,7 @@ function optionsSetDefaults(options) { general: { enable: true, audioPlayback: true, + audioVolume: 100, groupResults: true, softKatakana: true, maxResults: 32, |