Add diceware tests

This commit is contained in:
thez3ro
2017-03-04 19:24:08 +01:00
parent d9ccde94c9
commit be9bd16b4c
5 changed files with 52 additions and 621 deletions

View File

@@ -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()