mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-21 03:05:35 -05:00
Generate new password whenever the generator widget is opened.
Closes #414
This commit is contained in:
parent
8d16522d39
commit
7d4ef0b8d0
3 changed files with 11 additions and 4 deletions
|
|
@ -487,6 +487,7 @@ void EditEntryWidget::clear()
|
|||
|
||||
void EditEntryWidget::togglePasswordGeneratorButton(bool checked)
|
||||
{
|
||||
m_mainUi->passwordGenerator->regeneratePassword();
|
||||
m_mainUi->passwordGenerator->setVisible(checked);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue