mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-24 15:25:31 -04:00
parent
2b91e4d27c
commit
d156457405
1 changed files with 3 additions and 0 deletions
|
@ -173,6 +173,9 @@ void DatabaseOpenWidget::openDatabase()
|
|||
return;
|
||||
}
|
||||
|
||||
m_ui->editPassword->setShowPassword(false);
|
||||
QCoreApplication::processEvents();
|
||||
|
||||
QFile file(m_filename);
|
||||
if (!file.open(QIODevice::ReadOnly)) {
|
||||
m_ui->messageWidget->showMessage(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue