mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-15 18:41:51 -04:00
Fix GoogleFallback/Screnlock settings
This commit is contained in:
parent
2bce9c8add
commit
eb21eeb214
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ void SettingsWidget::loadSettings()
|
|||
m_secUi->lockDatabaseIdleSpinBox->setValue(config()->get("security/lockdatabaseidlesec").toInt());
|
||||
m_secUi->lockDatabaseMinimizeCheckBox->setChecked(config()->get("security/lockdatabaseminimize").toBool());
|
||||
m_secUi->lockDatabaseOnScreenLockCheckBox->setChecked(config()->get("security/lockdatabasescreenlock").toBool());
|
||||
m_secUi->lockDatabaseOnScreenLockCheckBox->setChecked(config()->get("security/IconDownloadFallbackToGoogle").toBool());
|
||||
m_secUi->fallbackToGoogle->setChecked(config()->get("security/IconDownloadFallbackToGoogle").toBool());
|
||||
|
||||
m_secUi->passwordCleartextCheckBox->setChecked(config()->get("security/passwordscleartext").toBool());
|
||||
m_secUi->passwordRepeatCheckBox->setChecked(config()->get("security/passwordsrepeat").toBool());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue