Skip to content

Commit

Permalink
Use selected settings in password generator on load
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Sep 1, 2020
1 parent f17fce9 commit 1c27dcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/PasswordGeneratorWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ void PasswordGeneratorWidget::loadSettings()
// Set advanced mode
m_ui->buttonAdvancedMode->setChecked(advanced);
setAdvancedMode(advanced);
updateGenerator();
}

void PasswordGeneratorWidget::saveSettings()
Expand Down

0 comments on commit 1c27dcc

Please sign in to comment.