Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'keepassxc-browser/options/options.html')
-rw-r--r--keepassxc-browser/options/options.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/keepassxc-browser/options/options.html b/keepassxc-browser/options/options.html
index 4dbc7cf..03724b8 100644
--- a/keepassxc-browser/options/options.html
+++ b/keepassxc-browser/options/options.html
@@ -253,6 +253,15 @@
</div>
</div>
+ <!-- Download favicon to entry after save -->
+ <div class="form-group" id="downloadFaviconAfterSaveFormGroup">
+ <div class="form-check">
+ <input class="form-check-input" type="checkbox" name="downloadFaviconAfterSave" id="downloadFaviconAfterSave" value="true">
+ <label class="form-check-label" for="downloadFaviconAfterSave" data-i18n="optionsDownloadFaviconAfterSave"></label>
+ <span class="form-text text-muted" data-i18n="optionsDownloadFaviconAfterSaveHelpText"></span>
+ </div>
+ </div>
+
<!-- Number of allowed redirects -->
<div class="form-group">
<label id="redirectAllowanceLabel" class="font-weight-normal" for="redirectAllowance" data-i18n="optionsRedirectAllowance" i18n-placeholder="1"></label>