diff --git a/HelpersLib/UpdateChecker/UpdateInfo.cs b/HelpersLib/UpdateChecker/UpdateInfo.cs index f10a0d1a3..f83c351a8 100644 --- a/HelpersLib/UpdateChecker/UpdateInfo.cs +++ b/HelpersLib/UpdateChecker/UpdateInfo.cs @@ -39,7 +39,7 @@ public class UpdateInfo public string UpdateNotes { get; set; } public ReleaseChannelType ReleaseChannel { get; set; } - private bool forceUpdate = true; // For testing purposes + private bool forceUpdate = false; // For testing purposes public UpdateInfo() {