mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
parent
1d581ee027
commit
b29993abe5
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue