mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-24 15:25:31 -04:00
Merge branch 'release/2.3.2' into develop
This commit is contained in:
commit
e92d5e80ee
18 changed files with 180 additions and 70 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