mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-23 15:00:47 -04:00
add underscore as separator
This commit is contained in:
parent
98e2c311c3
commit
67c6e10f5f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ PasswordGeneratorWidget::PasswordGeneratorWidget(QWidget* parent)
|
||||||
m_ui->strengthLabel->setFont(defaultFont);
|
m_ui->strengthLabel->setFont(defaultFont);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_ui->comboBoxWordSeparator->addItems(QStringList() << " " << "#" << ";" << "-" << ":" << "." << "@");
|
m_ui->comboBoxWordSeparator->addItems(QStringList() << " " << "#" << "_" << ";" << "-" << ":" << "." << "@");
|
||||||
|
|
||||||
QDir path(filePath()->dataPath("wordlists/"));
|
QDir path(filePath()->dataPath("wordlists/"));
|
||||||
QStringList files = path.entryList(QDir::Files);
|
QStringList files = path.entryList(QDir::Files);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue