diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-11-23 22:54:06 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-07 14:34:35 -0500 |
commit | 1a0a345ae745781b6fb1d066df334b641a9cc00b (patch) | |
tree | 8cee5018387e53ef698ebb8221d3124ef0bb03cd /ext/bg/settings.html | |
parent | 16593408981d59e1bd3ad4de14071f45a8116d81 (diff) |
Make reverse reading/expressions optional during database import
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 1a61a290..ac19a020 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -491,6 +491,18 @@ <div hidden><input type="file" id="dict-file" accept=".zip,application/zip" multiple></div> </div> + <div> + <h3>Dictionary Options</h3> + </div> + + <div class="checkbox"> + <label><input type="checkbox" id="database-enable-prefix-wildcard-searches"> Enable prefix wildcard searches</label> + <p class="help-block"> + This option only applies to newly imported dictionaries. + Enabling this option will also cause dictionary data to take up slightly more storage space. + </p> + </div> + <div class="modal fade" tabindex="-1" role="dialog" id="dict-purge-modal"> <div class="modal-dialog modal-dialog-centered"> <div class="modal-content"> |