Added config option for query by hash prefix

This commit is contained in:
Joe Dowd
2020-09-04 00:39:26 +01:00
parent 40d522694d
commit 46e6b79b20
2 changed files with 23 additions and 0 deletions

View File

@@ -302,6 +302,23 @@
<div class="small-description">__MSG_whatViewTracking__</div>
</div>
<br/>
<br/>
<div option-type="toggle" sync-option="hashPrefix">
<label class="switch-container" label-name="__MSG_enableQueryByHashPrefix__">
<label class="switch">
<input type="checkbox" checked>
<span class="slider round"></span>
</label>
</label>
<br/>
<br/>
<div class="small-description">__MSG_whatQueryByHashPrefix__</div>
</div>
<br/>
<br/>