mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 22:17:39 +03:00
Add diceware tests
This commit is contained in:
parent
d9ccde94c9
commit
be9bd16b4c
5 changed files with 52 additions and 621 deletions
|
@ -96,7 +96,7 @@ void PasswordGeneratorWidget::loadSettings()
|
|||
m_ui->comboBoxWordList->setCurrentText(config()->get("generator/WordList", "eff_large.wordlist").toString());
|
||||
|
||||
// Password or diceware?
|
||||
m_ui->tabWidget->setCurrentIndex(config()->get("generator/Type", 1).toInt());
|
||||
m_ui->tabWidget->setCurrentIndex(config()->get("generator/Type", 0).toInt());
|
||||
}
|
||||
|
||||
void PasswordGeneratorWidget::saveSettings()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue