diff options
author | Alex Yatskov <alex@foosoft.net> | 2019-04-28 11:47:04 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2019-04-28 11:47:04 -0700 |
commit | 9b00daed07db8d70485f2fee22bb1a9b118aa186 (patch) | |
tree | c8c7e9f90d45be017e881abacdd2c328674bb506 /ext/bg/js/options.js | |
parent | 162f3c3836f83660cbb7f01cc724367216eab3e2 (diff) | |
parent | c7f8d0874a758924802179a44757153bbf18bf7f (diff) |
Merge branch 'master' of https://github.com/FooSoft/yomichan
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 373a1a6b..f1e02e18 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -190,6 +190,7 @@ function optionsSetDefaults(options) { debugInfo: false, maxResults: 32, showAdvanced: false, + popupDisplayMode: 'default', popupWidth: 400, popupHeight: 250, popupOffset: 10, @@ -201,6 +202,7 @@ function optionsSetDefaults(options) { scanning: { middleMouse: true, + touchInputEnabled: true, selectText: true, alphanumeric: true, autoHideResults: false, |