diff options
author | Alex Yatskov <FooSoft@users.noreply.github.com> | 2019-09-26 21:50:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-26 21:50:34 -0700 |
commit | 8195e5109b97c284fc1d6c8559de6e5f5941c911 (patch) | |
tree | 1e01878908224e0e37f1c83614e11673152730b7 /ext/bg/settings.html | |
parent | f5afe590ad0730a695614b32032b7ea70b46c7b0 (diff) | |
parent | 62b95a656f5e55395893982822b0388a425f5a29 (diff) |
Merge pull request #223 from odehjoseph/master
Add option to enable Alt+B lookup
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 d38aa090..6fdd54c4 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -414,6 +414,10 @@ </p> <div class="checkbox"> + <label><input type="checkbox" id="enable-search-within-first-popup"> Enable search within the first popup with Alt+B</label> + </div> + + <div class="checkbox"> <label><input type="checkbox" id="enable-scanning-on-search-page"> Enable scanning on search page</label> </div> |