mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 16:25:23 -04:00
parent
71d39865b3
commit
2adc64939f
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ void DatabaseOpenWidget::enterKey(const QString& pw, const QString& keyFile)
|
||||||
m_ui->editPassword->setText(pw);
|
m_ui->editPassword->setText(pw);
|
||||||
}
|
}
|
||||||
if (!keyFile.isEmpty()) {
|
if (!keyFile.isEmpty()) {
|
||||||
m_ui->checkKeyFile->setText(keyFile);
|
m_ui->comboKeyFile->setEditText(keyFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
openDatabase();
|
openDatabase();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue