mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-23 15:00:47 -04:00
parent
b85675f4a7
commit
789f91ba39
1 changed files with 5 additions and 0 deletions
|
@ -301,6 +301,11 @@ QString DatabaseOpenWidget::filename()
|
|||
|
||||
void DatabaseOpenWidget::enterKey(const QString& pw, const QString& keyFile)
|
||||
{
|
||||
if (unlockingDatabase()) {
|
||||
qWarning("Ignoring unlock request for %s because of running unlock action.", qPrintable(m_filename));
|
||||
return;
|
||||
}
|
||||
|
||||
m_ui->editPassword->setText(pw);
|
||||
m_ui->keyFileLineEdit->setText(keyFile);
|
||||
m_blockQuickUnlock = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue