mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-30 01:58:41 -04:00
Correctly initialize standalone PW generator mode
This commit is contained in:
parent
024e00cc97
commit
697f265249
1 changed files with 1 additions and 1 deletions
|
@ -885,8 +885,8 @@ void MainWindow::switchToPasswordGen(bool enabled)
|
|||
if (enabled) {
|
||||
m_ui->passwordGeneratorWidget->loadSettings();
|
||||
m_ui->passwordGeneratorWidget->regeneratePassword();
|
||||
m_ui->passwordGeneratorWidget->setStandaloneMode(true);
|
||||
m_ui->stackedWidget->setCurrentIndex(PasswordGeneratorScreen);
|
||||
m_ui->passwordGeneratorWidget->setStandaloneMode(true);
|
||||
} else {
|
||||
m_ui->passwordGeneratorWidget->saveSettings();
|
||||
switchToDatabases();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue