Update MainForm.cs
This commit is contained in:
parent
2c9cc36334
commit
f4d26ab9ef
1 changed files with 0 additions and 2 deletions
|
@ -195,8 +195,6 @@ internal partial class MainForm : CustomForm
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
await updateManager.PrepareUpdateAsync(latestVersion, progress, cancellationTokenSource.Token);
|
await updateManager.PrepareUpdateAsync(latestVersion, progress, cancellationTokenSource.Token);
|
||||||
cancellationTokenSource.Dispose();
|
|
||||||
cancellationTokenSource = null;
|
|
||||||
}
|
}
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|
Loading…
Reference in a new issue