mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-17 09:24:28 -05:00
Split auto-type title and URL matching into separate options
This commit is contained in:
parent
a763b3d140
commit
ceeeee3d76
4 changed files with 19 additions and 3 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("AutoTypeEntryURLMatch", true);
|
||||
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