mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Automatic reload the database when the file is externally modified
This commit is contained in:
@@ -324,3 +324,9 @@ void Database::startModifiedTimer()
|
||||
}
|
||||
m_timer->start(150);
|
||||
}
|
||||
|
||||
const CompositeKey & Database::key() const
|
||||
{
|
||||
return m_data.key;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user