diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-11-24 10:47:07 -0500 | 
|---|---|---|
| committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-11-24 10:47:07 -0500 | 
| commit | eef05f6a64678ed30ac26720adfc44760a79e380 (patch) | |
| tree | d03c4d9265ed3c49e988b046b6164a1e5acbbcc6 | |
| parent | b4c6fa2d3747b8e938c75ab63a3783af661eca9f (diff) | |
Add accept type for dictionary import
| -rw-r--r-- | ext/bg/settings.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/bg/settings.html b/ext/bg/settings.html index bdcc11d3..f95e76a1 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -450,7 +450,7 @@                          <button class="btn btn-primary" id="dict-file-button">Import Dictionary</button>                          <button class="btn btn-danger" id="dict-purge-button">Purge Database</button>                      </div> -                    <div hidden><input type="file" id="dict-file" multiple></div> +                    <div hidden><input type="file" id="dict-file" accept=".zip,application/zip" multiple></div>                  </div>                  <div class="modal fade" tabindex="-1" role="dialog" id="dict-purge-modal"> |