mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-13 01:26:37 -04:00
parent
b85675f4a7
commit
789f91ba39
@ -301,6 +301,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…
x
Reference in New Issue
Block a user