do not ignore removed files by default via AppConfig

This commit is contained in:
2023-02-17 19:34:36 +01:00
parent 2be12d0630
commit c0c8878bc3
3 changed files with 13 additions and 4 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(True)
Dim result As UpdateCheckResult = Await updater.CheckForUpdates(AppConfig.Instance.RemoveLocalFiles)
Dim everytingOk As Boolean = False
If result Is Nothing Then