Feature autodownload #44

Merged
fyr77 merged 7 commits from feature-autodownload into master 2024-02-26 20:03:05 +01:00
Showing only changes of commit 76425a3c50 - Show all commits

View file

@ -30,6 +30,9 @@ namespace EnvyUpdate
if (!GlobalVars.hasWrite)
chkAppdata.IsEnabled = false;
if (GlobalVars.autoDownload)
chkAutodl.IsChecked = true;
textBoxLicEnvyupdate.Text = Properties.Licenses.EnvyUpdate;
textBoxLicFody.Text = Properties.Licenses.Fody;
textBoxLicCostura.Text = Properties.Licenses.CosturaFody;