mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-25 07:19:42 -05:00
parent
1d581ee027
commit
b29993abe5
@ -295,6 +295,11 @@ QString DatabaseOpenWidget::filename()
|
|||||||
|
|
||||||
void DatabaseOpenWidget::enterKey(const QString& pw, const QString& keyFile)
|
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->editPassword->setText(pw);
|
||||||
m_ui->keyFileLineEdit->setText(keyFile);
|
m_ui->keyFileLineEdit->setText(keyFile);
|
||||||
m_blockQuickUnlock = true;
|
m_blockQuickUnlock = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user