mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix password visibility button state on database open
This commit is contained in:
parent
11dabfa1b7
commit
f66e9191a9
@ -196,6 +196,7 @@ void DatabaseOpenWidget::openDatabase()
|
||||
}
|
||||
|
||||
m_ui->editPassword->setShowPassword(false);
|
||||
m_ui->buttonTogglePassword->setChecked(false);
|
||||
QCoreApplication::processEvents();
|
||||
|
||||
m_db.reset(new Database());
|
||||
|
Loading…
Reference in New Issue
Block a user