mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-17 21:04:19 -05:00
Uncheck the correct widget in ChangeMasterKeyWidget.
We want to enable the password group but mask the password in the line edit.
This commit is contained in:
parent
350cf4b00a
commit
6f3648d63e
@ -74,11 +74,11 @@ void ChangeMasterKeyWidget::clearForms()
|
|||||||
{
|
{
|
||||||
m_key.clear();
|
m_key.clear();
|
||||||
|
|
||||||
m_ui->passwordGroup->setChecked(false);
|
m_ui->passwordGroup->setChecked(true);
|
||||||
m_ui->enterPasswordEdit->setText("");
|
m_ui->enterPasswordEdit->setText("");
|
||||||
m_ui->repeatPasswordEdit->setText("");
|
m_ui->repeatPasswordEdit->setText("");
|
||||||
m_ui->keyFileGroup->setChecked(false);
|
m_ui->keyFileGroup->setChecked(false);
|
||||||
m_ui->togglePasswordButton->setChecked(true);
|
m_ui->togglePasswordButton->setChecked(false);
|
||||||
// TODO: clear m_ui->keyFileCombo
|
// TODO: clear m_ui->keyFileCombo
|
||||||
|
|
||||||
m_ui->enterPasswordEdit->setFocus();
|
m_ui->enterPasswordEdit->setFocus();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user