finalize download check

This commit is contained in:
Jakob 2024-02-26 20:02:16 +01:00
parent 76425a3c50
commit a4a97f7b99
6 changed files with 32 additions and 7 deletions

View file

@ -33,6 +33,13 @@ namespace EnvyUpdate
if (GlobalVars.autoDownload)
chkAutodl.IsChecked = true;
if (GlobalVars.isDownloading)
{
chkAppdata.IsEnabled = false;
}
else
chkAppdata.IsEnabled = true;
textBoxLicEnvyupdate.Text = Properties.Licenses.EnvyUpdate;
textBoxLicFody.Text = Properties.Licenses.Fody;
textBoxLicCostura.Text = Properties.Licenses.CosturaFody;