Settings scanning refactor (#809)
* Move option for scanning.touchInputEnabled, make advanced * Rename
This commit is contained in:
parent
0c2f0aa4eb
commit
6afbda8dfe
@ -386,10 +386,6 @@
|
||||
<div>
|
||||
<h3>Scanning Options</h3>
|
||||
|
||||
<div class="checkbox">
|
||||
<label><input type="checkbox" id="touch-input-enabled" data-setting="scanning.touchInputEnabled"> Touch input enabled</label>
|
||||
</div>
|
||||
|
||||
<div class="checkbox">
|
||||
<label><input type="checkbox" id="select-matched-text" data-setting="scanning.selectText"> Select matched text</label>
|
||||
</div>
|
||||
@ -407,7 +403,11 @@
|
||||
</div>
|
||||
|
||||
<div class="checkbox options-advanced">
|
||||
<label><input type="checkbox" id="deep-dom-scan" data-setting="scanning.deepDomScan"> Deep DOM scan</label>
|
||||
<label><input type="checkbox" id="touch-input-enabled" data-setting="scanning.touchInputEnabled"> Touch input enabled</label>
|
||||
</div>
|
||||
|
||||
<div class="checkbox options-advanced">
|
||||
<label><input type="checkbox" id="deep-dom-scan" data-setting="scanning.deepDomScan"> Deep content scan</label>
|
||||
</div>
|
||||
|
||||
<div class="form-group options-advanced">
|
||||
|
Loading…
Reference in New Issue
Block a user