mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-17 17:34:50 -05:00
Add UI to configure default auto-type delay
This commit is contained in:
parent
4ecd9e7e23
commit
1158294323
4 changed files with 41 additions and 6 deletions
|
|
@ -118,6 +118,7 @@ void Config::init(const QString& fileName)
|
|||
m_defaults.insert("MinimizeOnCopy", false);
|
||||
m_defaults.insert("UseGroupIconOnEntryCreation", false);
|
||||
m_defaults.insert("AutoTypeEntryTitleMatch", true);
|
||||
m_defaults.insert("AutoTypeDelay", 25);
|
||||
m_defaults.insert("UseGroupIconOnEntryCreation", true);
|
||||
m_defaults.insert("IgnoreGroupExpansion", false);
|
||||
m_defaults.insert("security/clearclipboard", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue