mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-21 20:49:00 -04: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
|
@ -39,6 +39,7 @@ public:
|
|||
~PasswordGeneratorWidget();
|
||||
void loadSettings();
|
||||
void reset();
|
||||
void regeneratePassword();
|
||||
|
||||
Q_SIGNALS:
|
||||
void newPassword(const QString& password);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue