mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-09 07:22:50 -04:00
Reset focus when opening database settings, edit entry and edit group widget.
This commit is contained in:
parent
f7bdeefbe3
commit
5ce9b5da78
3 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,8 @@ void DatabaseSettingsWidget::setForms(QString dbName, QString dbDescription,
|
|||
m_ui->recycleBinEnabledCheckBox->setCheckState(Qt::Unchecked);
|
||||
}
|
||||
m_ui->transformRoundsSpinBox->setValue(transformRounds);
|
||||
|
||||
m_ui->dbNameEdit->setFocus();
|
||||
}
|
||||
|
||||
quint64 DatabaseSettingsWidget::transformRounds()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue