mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-06 13:34:16 -04:00
Initalize autoEnableVisualHiding.
This commit is contained in:
parent
78c5094caa
commit
baace14918
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ Metadata::Metadata(Database* parent)
|
||||||
m_protectPassword = true;
|
m_protectPassword = true;
|
||||||
m_protectUrl = false;
|
m_protectUrl = false;
|
||||||
m_protectNotes = false;
|
m_protectNotes = false;
|
||||||
|
m_autoEnableVisualHiding = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
QString Metadata::generator() const
|
QString Metadata::generator() const
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue