diff options
author | odehjoseph <odeh.joseph@gmail.com> | 2019-09-26 21:33:33 -0700 |
---|---|---|
committer | odehjoseph <odeh.joseph@gmail.com> | 2019-09-26 21:33:33 -0700 |
commit | 62b95a656f5e55395893982822b0388a425f5a29 (patch) | |
tree | 1e01878908224e0e37f1c83614e11673152730b7 /ext/bg/settings.html | |
parent | f5afe590ad0730a695614b32032b7ea70b46c7b0 (diff) |
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> |