mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Clear quick unlock secrets when database tab is closed
This commit is contained in:
parent
7eb7172635
commit
5c45cf2d76
3 changed files with 10 additions and 1 deletions
|
@ -1569,6 +1569,7 @@ void DatabaseWidget::closeEvent(QCloseEvent* event)
|
|||
event->ignore();
|
||||
return;
|
||||
}
|
||||
m_databaseOpenWidget->resetQuickUnlock();
|
||||
|
||||
event->accept();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue