From daf774150db073194b8d57657f69ea14e4639052 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 18 Sep 2016 09:45:39 -0700 Subject: [PATCH] Activate on startup --- ext/bg/js/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,