#4219: Also disable update check label in about window

This commit is contained in:
Jaex 2021-10-12 15:47:08 +03:00
parent 3ca5e88420
commit d8eddacbc7

View file

@ -55,7 +55,7 @@ public AboutForm()
lblBuild.Text = "Microsoft Store build";
lblBuild.Visible = true;
#else
if (!Program.PortableApps)
if (!SystemOptions.DisableUpdateCheck && !Program.PortableApps)
{
uclUpdate.UpdateLoadingImage();