mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Remove lock file and cleanup file handling [#1002]
This commit is contained in:
parent
a5a5c6723e
commit
c2d04499ab
3 changed files with 44 additions and 153 deletions
|
@ -1284,8 +1284,11 @@ void DatabaseWidget::reloadDatabaseFile()
|
|||
}
|
||||
} else {
|
||||
m_messageWidget->showMessage(
|
||||
tr("Could not open the new database file while attempting to autoreload this database."),
|
||||
tr("Could not open the new database file while attempting to autoreload this database.")
|
||||
.append("\n").append(file.errorString()),
|
||||
MessageWidget::Error);
|
||||
// Mark db as modified since existing data may differ from file or file was deleted
|
||||
m_db->modified();
|
||||
}
|
||||
|
||||
// Rewatch the database file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue