Skip to content

Commit

Permalink
Fix instance autologin settings override not being saved.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed Jun 3, 2013
1 parent 391d992 commit 743b4a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/settingsdialog.cpp
Expand Up @@ -792,6 +792,7 @@ Are you sure you want to use dev builds?"),
{
currentSettings->ResetAutoLogin();
}
currentSettings->SetLoginOverride(haveLogin);
}

if (needsRestart)
Expand Down

0 comments on commit 743b4a9

Please sign in to comment.