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:
Darwin Shameran 2018-09-29 13:44:23 +02:00 committed by Jonathan White
parent a4c6529d60
commit b40e5686dc
5 changed files with 26 additions and 13 deletions

View file

@ -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);