From cb566f015aa280499da94126a3f6336c4d8ce0df Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 14 Oct 2020 19:37:46 -0400 Subject: Add simple scan input UI (#921) * Add simple scan input UI * Create helper function * Add controller for old scanning input UI * Add refresh functions * Add abstraction function * Fix incomplete middle mouse support detection * Make scanning inputs update eachother * Fix global declaration order --- ext/bg/settings.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'ext/bg/settings.html') diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 86535af4..4b7bd086 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -386,6 +386,10 @@

Scanning Options

+
+ +
+
@@ -442,7 +446,12 @@
-
+
+ + +
+ +
@@ -1242,6 +1251,7 @@ + -- cgit v1.2.3