diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-04-26 21:11:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 21:11:43 -0400 |
commit | 763c6c76aa5bceb1eb929aa3a87bacf91e37407f (patch) | |
tree | 1624a83faeac46cc6d977ca0cd176c1f399b3da0 /ext/settings.html | |
parent | 6f5ad490fb54b4d0431d56cc644c76d62213abd7 (diff) |
Add scanTextAtCaret option (#1632)
Diffstat (limited to 'ext/settings.html')
-rw-r--r-- | ext/settings.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/settings.html b/ext/settings.html index 732a96e2..7f9cc8ec 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -3227,6 +3227,7 @@ <option value="playAudioFromSource">Play audio from source</option> <option value="copyHostSelection">Copy host window selection</option> <option value="scanSelectedText">Scan selected text</option> + <option value="scanTextAtCaret">Scan text at caret</option> <option value="toggleOption">Toggle option</option> </select> <div class="hotkey-list-item-action-argument-container"></div> |