mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-26 15:59:50 -05:00
Correctly initialize standalone PW generator mode
This commit is contained in:
parent
024e00cc97
commit
697f265249
@ -885,8 +885,8 @@ void MainWindow::switchToPasswordGen(bool enabled)
|
|||||||
if (enabled) {
|
if (enabled) {
|
||||||
m_ui->passwordGeneratorWidget->loadSettings();
|
m_ui->passwordGeneratorWidget->loadSettings();
|
||||||
m_ui->passwordGeneratorWidget->regeneratePassword();
|
m_ui->passwordGeneratorWidget->regeneratePassword();
|
||||||
m_ui->passwordGeneratorWidget->setStandaloneMode(true);
|
|
||||||
m_ui->stackedWidget->setCurrentIndex(PasswordGeneratorScreen);
|
m_ui->stackedWidget->setCurrentIndex(PasswordGeneratorScreen);
|
||||||
|
m_ui->passwordGeneratorWidget->setStandaloneMode(true);
|
||||||
} else {
|
} else {
|
||||||
m_ui->passwordGeneratorWidget->saveSettings();
|
m_ui->passwordGeneratorWidget->saveSettings();
|
||||||
switchToDatabases();
|
switchToDatabases();
|
||||||
|
Loading…
Reference in New Issue
Block a user