mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-24 15:25:31 -04:00
Fix password visibility button state on database open
This commit is contained in:
parent
11dabfa1b7
commit
f66e9191a9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue