remove test code
This commit is contained in:
parent
ca72e9adf5
commit
5ed4c2808e
1 changed files with 0 additions and 2 deletions
|
@ -180,8 +180,6 @@ internal partial class MainForm : CustomForm
|
||||||
}
|
}
|
||||||
catch { }
|
catch { }
|
||||||
|
|
||||||
await Task.Run(() => Thread.Sleep(3000));
|
|
||||||
|
|
||||||
if (updateManager is not null && updateManager.IsUpdatePrepared(latestVersion))
|
if (updateManager is not null && updateManager.IsUpdatePrepared(latestVersion))
|
||||||
{
|
{
|
||||||
updateManager.LaunchUpdater(latestVersion);
|
updateManager.LaunchUpdater(latestVersion);
|
||||||
|
|
Loading…
Reference in a new issue