mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-17 17:34:50 -05:00
Add checkbox to allow minimize after database unlock.
Default option is set to off
This commit is contained in:
parent
018e9f30be
commit
0a3b19edf2
4 changed files with 13 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ void Config::init(const QString& fileName)
|
|||
m_defaults.insert("MinimizeOnOpenUrl", false);
|
||||
m_defaults.insert("HideWindowOnCopy", false);
|
||||
m_defaults.insert("MinimizeOnCopy", true);
|
||||
m_defaults.insert("MinimizeAfterUnlock", false);
|
||||
m_defaults.insert("DropToBackgroundOnCopy", false);
|
||||
m_defaults.insert("UseGroupIconOnEntryCreation", false);
|
||||
m_defaults.insert("AutoTypeEntryTitleMatch", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue