Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Commit

Permalink
v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemysław Adamczyk committed Nov 3, 2018
1 parent 50ddbd2 commit 9f3780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YgoProPatcher/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ private async void BackgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
if (threadRunning)
{

Status.Invoke(new Action(() => { Status.Text = "Update Complete!"; YgoPro2Path.Enabled = true; YGOPRO2PathButton.Enabled = true; ReinstallCheckbox.Enabled = true; cancelButton.Visible = false; exitButton.Visible = true; internetCheckbox.Enabled = true; gitHubDownloadCheckbox.Enabled = true; OverwriteCheckbox.Enabled = true; UpdateButton.Visible = false; FinishButton.Visible = true; FinishButton.Enabled = true; }));
Status.Invoke(new Action(() => { Status.Text = "Update Complete!"; ReinstallCheckbox.Enabled = true; cancelButton.Visible = false; exitButton.Visible = true; internetCheckbox.Enabled = true; gitHubDownloadCheckbox.Enabled = true; OverwriteCheckbox.Enabled = true; UpdateButton.Visible = false; FinishButton.Visible = true; FinishButton.Enabled = true; }));
threadRunning = false;
}
}
Expand Down

0 comments on commit 9f3780d

Please sign in to comment.