diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-09-27 11:53:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 11:53:07 -0400 |
commit | 6b6ee765502a7f449bd1682d83716c59f4fa4729 (patch) | |
tree | 7159fd2e60f9462166cc929677ef148b9a13b20b /ext/bg/js/settings/scan-inputs-controller.js | |
parent | 3b6e3193ae5e6248ad1405de50a98fb41796bc2e (diff) |
Move searchTerms/searchKanji to front of object definitions (#873)
Diffstat (limited to 'ext/bg/js/settings/scan-inputs-controller.js')
-rw-r--r-- | ext/bg/js/settings/scan-inputs-controller.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/js/settings/scan-inputs-controller.js b/ext/bg/js/settings/scan-inputs-controller.js index 5da0d5e1..ec2758cb 100644 --- a/ext/bg/js/settings/scan-inputs-controller.js +++ b/ext/bg/js/settings/scan-inputs-controller.js @@ -99,12 +99,12 @@ class ScanInputsController { types: {mouse: true, touch: false, pen: false}, options: { showAdvanced: false, + searchTerms: true, + searchKanji: true, scanOnTouchMove: true, scanOnPenHover: true, scanOnPenPress: true, scanOnPenRelease: false, - searchTerms: true, - searchKanji: true, preventTouchScrolling: true } }] |