mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-24 23:35:37 -04:00
Display Database created
timestamp in database reports (#6876)
* Fixes #6356
This commit is contained in:
parent
e8f2c9d126
commit
37d29b5e8c
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,8 @@ void ReportsWidgetStatistics::calculateStats()
|
|||
addStatsRow(tr("Database name"), m_db->metadata()->name());
|
||||
addStatsRow(tr("Description"), m_db->metadata()->description());
|
||||
addStatsRow(tr("Location"), m_db->filePath());
|
||||
addStatsRow(tr("Database created"),
|
||||
m_db->rootGroup()->timeInfo().creationTime().toString(Qt::DefaultLocaleShortDate));
|
||||
addStatsRow(tr("Last saved"), stats->modified.toString(Qt::DefaultLocaleShortDate));
|
||||
addStatsRow(tr("Unsaved changes"),
|
||||
m_db->isModified() ? tr("yes") : tr("no"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue