diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-02-25 19:14:44 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-02-25 19:14:44 -0800 |
commit | 465a8e21c0a9d7b2d1e704ab9a42b5f662fd82d3 (patch) | |
tree | 79329108eed02c8bfce937dd2f839bc9e35bcf80 /ext/bg/js/options.js | |
parent | e2d49a975b33b6c19d33016a460764949d5f3734 (diff) |
usability improvements
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 65712c12..127f0421 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -20,7 +20,7 @@ function optionsSetDefaults(options) { const defaults = { general: { - autoStart: true, + enable: true, audioPlayback: true, groupResults: true, softKatakana: true, |