mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fixes database modified after discard
This commit is contained in:
parent
2afd21c7ba
commit
0091cb3f23
@ -716,6 +716,7 @@ void DatabaseTabWidget::lockDatabases()
|
||||
}
|
||||
else if (result == QMessageBox::Discard) {
|
||||
m_dbList[db].modified = false;
|
||||
m_dbList[db].dbWidget->databaseSaved();
|
||||
}
|
||||
else if (result == QMessageBox::Cancel) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user