Clear quick unlock secrets when database tab is closed

This commit is contained in:
Janek Bevendorff 2022-03-30 00:03:35 +02:00 committed by Jonathan White
parent 7eb7172635
commit 5c45cf2d76
3 changed files with 10 additions and 1 deletions

View file

@ -1569,6 +1569,7 @@ void DatabaseWidget::closeEvent(QCloseEvent* event)
event->ignore();
return;
}
m_databaseOpenWidget->resetQuickUnlock();
event->accept();
}