diff options
| author | Alex Yatskov <alex@foosoft.net> | 2016-09-18 09:45:39 -0700 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2016-09-18 09:45:39 -0700 | 
| commit | daf774150db073194b8d57657f69ea14e4639052 (patch) | |
| tree | 89d37cf761b0003babeb30df3f800a69af10d923 | |
| parent | c05f7a7c1cb9f25e3658ced51aefd61233f65bd3 (diff) | |
Activate on startup
| -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 83eb1f0a..915164c7 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -19,7 +19,7 @@  function sanitizeOptions(options) {      const defaults = { -        activateOnStartup: false, +        activateOnStartup: true,          selectMatchedText: true,          enableAudioPlayback: true,          enableAnkiConnect: false, |