mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-24 23:09:44 -05:00
parent
1d581ee027
commit
b29993abe5
@ -295,6 +295,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…
Reference in New Issue
Block a user