mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Removed unnecessary characters from HEX excluded chars
The HEX button automatically unselects `selectBoxLower` therefore there is no need to also add `ghijklmnopqrstuvwxyz` in the excluded characters text field.
This commit is contained in:
parent
4c10e516c3
commit
eeba485f95
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ void PasswordGeneratorWidget::setAdvancedMode(bool advanced)
|
|||
|
||||
void PasswordGeneratorWidget::excludeHexChars()
|
||||
{
|
||||
m_ui->editExcludedChars->setText("GHIJKLMNOPQRSTUVWXYZghijklmnopqrstuvwxyz");
|
||||
m_ui->editExcludedChars->setText("GHIJKLMNOPQRSTUVWXYZ");
|
||||
m_ui->checkBoxNumbers->setChecked(true);
|
||||
m_ui->checkBoxUpper->setChecked(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue