Skip to content

Commit

Permalink
Password Dialog: Only change form options and not underlying config
Browse files Browse the repository at this point in the history
  • Loading branch information
tt2468 committed Feb 2, 2021
1 parent 20fa145 commit e39585b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/forms/settings-dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ void SettingsDialog::ToggleShowHide() {
}

void SettingsDialog::PreparePasswordEntry() {
auto conf = GetConfig();
conf->AuthRequired = true;
ui->authRequired->blockSignals(true);
ui->authRequired->setChecked(true);
ui->authRequired->blockSignals(false);
Expand Down

0 comments on commit e39585b

Please sign in to comment.