mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-01 04:45:23 -04:00
parent
7284a8062a
commit
f3b0fe46b4
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ void PasswordGeneratorWidget::updateGenerator()
|
|||
if (m_ui->buttonAdvancedMode->isChecked()) {
|
||||
m_passwordGenerator->setCharClasses(classes);
|
||||
m_passwordGenerator->setCustomCharacterSet(m_ui->editAdditionalChars->text());
|
||||
m_passwordGenerator->setCustomCharacterSet(m_ui->editExcludedChars->text());
|
||||
m_passwordGenerator->setExcludedCharacterSet(m_ui->editExcludedChars->text());
|
||||
} else {
|
||||
m_passwordGenerator->setCharClasses(classes);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue