Generate new password whenever the generator widget is opened.
Closes #414
This commit is contained in:
@@ -487,6 +487,7 @@ void EditEntryWidget::clear()
|
||||
|
||||
void EditEntryWidget::togglePasswordGeneratorButton(bool checked)
|
||||
{
|
||||
m_mainUi->passwordGenerator->regeneratePassword();
|
||||
m_mainUi->passwordGenerator->setVisible(checked);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user