mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-17 09:24:28 -05:00
remember last selected tab, hide passwords by default
This commit is contained in:
parent
9279bf7628
commit
71ae2a3458
3 changed files with 21 additions and 3 deletions
|
|
@ -131,6 +131,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/hidepassworddetails", true);
|
||||
m_defaults.insert("security/autotypeask", true);
|
||||
m_defaults.insert("security/IconDownloadFallbackToGoogle", false);
|
||||
m_defaults.insert("GUI/Language", "system");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue