Remove auto update

This commit is contained in:
Fierelier 2022-06-10 19:34:16 +02:00
parent cafb8463b1
commit a1000bb782
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ namespace RPFTool
{
try
{
try
/*try
{
BackgroundWorker worker = sender as BackgroundWorker;
@ -77,7 +77,7 @@ namespace RPFTool
catch (System.Exception ex)
{
MessageBox.Show("Failed to download the latest version:" + ex.Message, "Error!", MessageBoxButtons.OK);
}
}*/
this.Invoke((MethodInvoker)delegate
{
label_Loading.Text = "Getting Keys...";