This commit is contained in:
2023-02-26 16:41:56 +01:00
parent a7c31d6086
commit 6dd6721667
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ Public Class Form1
AddHandler updater.InstallProgessUpdated, AddressOf Update_InstallProgessUpdated
AddHandler updater.CheckingProgressUpdated, AddressOf Updated_CheckingProgresssUpdated
Dim result As UpdateCheckResult = Await updater.CheckForUpdates(AppConfig.Instance.RemoveLocalFiles)
Dim result As UpdateCheckResult = Await updater.CheckForUpdates(Not AppConfig.Instance.AllowRemoveLocalFiles)
Dim everytingOk As Boolean = False
If result Is Nothing Then