Add 'KDBX 4' to Argon2 KDF name and select first category in the database settings by default

This commit is contained in:
Janek Bevendorff
2018-01-13 22:45:10 +01:00
parent 96e271e8be
commit 1575088585
2 changed files with 2 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ void DatabaseSettingsWidget::load(Database* db)
}
m_uiGeneral->dbNameEdit->setFocus();
m_ui->categoryList->setCurrentCategory(0);
}
void DatabaseSettingsWidget::save()