mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-07 00:56:45 -04:00
parent
63ae460a80
commit
0b9167c78b
4 changed files with 14 additions and 1 deletions
|
@ -83,6 +83,8 @@ void SettingsWidget::loadSettings()
|
|||
|
||||
m_secUi->passwordCleartextCheckBox->setChecked(config()->get("security/passwordscleartext").toBool());
|
||||
|
||||
m_secUi->autoTypeAskCheckBox->setChecked(config()->get("security/autotypeask").toBool());
|
||||
|
||||
setCurrentRow(0);
|
||||
}
|
||||
|
||||
|
@ -110,6 +112,8 @@ void SettingsWidget::saveSettings()
|
|||
|
||||
config()->set("security/passwordscleartext", m_secUi->passwordCleartextCheckBox->isChecked());
|
||||
|
||||
config()->set("security/autotypeask", m_secUi->autoTypeAskCheckBox->isChecked());
|
||||
|
||||
Q_EMIT editFinished(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue