mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-29 19:06:55 -05:00
Merge branch 'develop' into feature/sharing_groups
This commit is contained in:
commit
9b4a680f7e
28 changed files with 284 additions and 88 deletions
|
|
@ -1002,7 +1002,9 @@ bool EditEntryWidget::hasBeenModified() const
|
|||
|
||||
void EditEntryWidget::togglePasswordGeneratorButton(bool checked)
|
||||
{
|
||||
m_mainUi->passwordGenerator->regeneratePassword();
|
||||
if (checked) {
|
||||
m_mainUi->passwordGenerator->regeneratePassword();
|
||||
}
|
||||
m_mainUi->passwordGenerator->setVisible(checked);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue