diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-02-10 20:44:16 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-02-10 20:44:16 -0500 |
commit | 01f611d1898f046de2f367e8fe0ec6692ca7e445 (patch) | |
tree | 879d85c415d62bdb0a9aa1945c57489e34e64fd7 /ext/bg/settings.html | |
parent | 7ac7f55436b42ccc55feee70d16f59fdde907324 (diff) |
Add support for touch input
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index c77f550c..fe4c32b1 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -106,6 +106,10 @@ </div> <div class="checkbox"> + <label><input type="checkbox" id="touch-input-enabled"> Touch input enabled</label> + </div> + + <div class="checkbox"> <label><input type="checkbox" id="select-matched-text"> Select matched text</label> </div> |