Skip to content

Commit

Permalink
Save the config.ini directly after logging in to NexusMods.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisDiligens committed Oct 25, 2022
1 parent 28dbcc3 commit ce261ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Fo76ini/Forms/FormMain/Views/UserControlNexusMods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ private void backgroundWorkerRetrieveProfileInfo_DoWork(object sender, DoWorkEve
private void backgroundWorkerRetrieveProfileInfo_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e)
{
RefreshNMUI();
IniFiles.Config.Save();
}

private void backgroundWorkerSSOLogin_DoWork(object sender, DoWorkEventArgs e)
Expand Down

0 comments on commit ce261ba

Please sign in to comment.