mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-17 17:34:50 -05:00
Make favicon Google fallback optional and off by default
This commit is contained in:
parent
3799833cfa
commit
e555937214
4 changed files with 26 additions and 1 deletions
|
|
@ -129,6 +129,7 @@ void Config::init(const QString& fileName)
|
|||
m_defaults.insert("security/passwordsrepeat", false);
|
||||
m_defaults.insert("security/passwordscleartext", false);
|
||||
m_defaults.insert("security/autotypeask", true);
|
||||
m_defaults.insert("security/IconDownloadFallbackToGoogle", false);
|
||||
m_defaults.insert("GUI/Language", "system");
|
||||
m_defaults.insert("GUI/ShowTrayIcon", false);
|
||||
m_defaults.insert("GUI/MinimizeToTray", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue