mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
else on the same line.
This commit is contained in:
parent
a80c415fc0
commit
0d222e138f
@ -283,8 +283,7 @@ void PasswordGeneratorWidget::updateGenerator()
|
||||
|
||||
if (m_generator->isValid()) {
|
||||
m_ui->buttonGenerate->setEnabled(true);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
m_ui->buttonGenerate->setEnabled(false);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user