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:
authorvarjolintu <sami.vanttinen@protonmail.com>2019-09-27 11:37:57 +0300
committervarjolintu <sami.vanttinen@protonmail.com>2019-09-27 20:01:44 +0300
commit16002e5fe33609232471944b31f6574491ee6536 (patch)
treea1d3fe94676b9c4a48b88cf7f754d53cbe03631e /keepassxc-browser/options
parent0fbbebdace4ef59af9c6233bc6b4b8386e6a1c52 (diff)
Fixes for the latest major release
Diffstat (limited to 'keepassxc-browser/options')
-rw-r--r--keepassxc-browser/options/options.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/keepassxc-browser/options/options.html b/keepassxc-browser/options/options.html
index 1f69278..543e184 100644
--- a/keepassxc-browser/options/options.html
+++ b/keepassxc-browser/options/options.html
@@ -64,6 +64,16 @@
</p>
<hr />
<p>
+ <div class="checkbox">
+ <label class="checkbox">
+ <input type="checkbox" name="showLoginFormIcon" value="true"/><span data-i18n="optionsCheckboxUsernameIcons"></span>
+ </label>
+ <span class="help-block">
+ <span data-i18n="optionsShowLoginFormIconHelpText"></span>
+ </span>
+ </div>
+ </p>
+ <p>
<div class="checkbox">
<label class="checkbox">
<input type="checkbox" name="usePasswordGeneratorIcons" value="true"/><span data-i18n="optionsCheckboxUsePasswordGenerator"></span>