mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-17 17:34:50 -05:00
Add option to not show password placeholder when field is empty (#2333)
* Add option to not show password placeholder when field is empty * Set the option to show an empty passwd field instead of dots to true by default
This commit is contained in:
parent
a4c6529d60
commit
b40e5686dc
5 changed files with 26 additions and 13 deletions
|
|
@ -146,6 +146,7 @@ void Config::init(const QString& fileName)
|
|||
m_defaults.insert("security/lockdatabasescreenlock", true);
|
||||
m_defaults.insert("security/passwordsrepeat", false);
|
||||
m_defaults.insert("security/passwordscleartext", false);
|
||||
m_defaults.insert("security/passwordemptynodots", true);
|
||||
m_defaults.insert("security/hidepassworddetails", true);
|
||||
m_defaults.insert("security/autotypeask", true);
|
||||
m_defaults.insert("security/IconDownloadFallback", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue