mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-12 15:59:58 -05:00
parent
7284a8062a
commit
f3b0fe46b4
@ -586,7 +586,7 @@ void PasswordGeneratorWidget::updateGenerator()
|
|||||||
if (m_ui->buttonAdvancedMode->isChecked()) {
|
if (m_ui->buttonAdvancedMode->isChecked()) {
|
||||||
m_passwordGenerator->setCharClasses(classes);
|
m_passwordGenerator->setCharClasses(classes);
|
||||||
m_passwordGenerator->setCustomCharacterSet(m_ui->editAdditionalChars->text());
|
m_passwordGenerator->setCustomCharacterSet(m_ui->editAdditionalChars->text());
|
||||||
m_passwordGenerator->setCustomCharacterSet(m_ui->editExcludedChars->text());
|
m_passwordGenerator->setExcludedCharacterSet(m_ui->editExcludedChars->text());
|
||||||
} else {
|
} else {
|
||||||
m_passwordGenerator->setCharClasses(classes);
|
m_passwordGenerator->setCharClasses(classes);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user