From 51904761cefe4d93a97ebf3c0c5bf127db2cbc69 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 d513ab57..6c61059a 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -387,6 +387,10 @@

Scanning Options

+
+ +
+
@@ -443,7 +447,12 @@
-
+
+ + +
+ +
@@ -1255,6 +1264,7 @@ + -- cgit v1.2.3