Feature autodownload #44
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ namespace EnvyUpdate
|
||||||
if (!GlobalVars.hasWrite)
|
if (!GlobalVars.hasWrite)
|
||||||
chkAppdata.IsEnabled = false;
|
chkAppdata.IsEnabled = false;
|
||||||
|
|
||||||
|
if (GlobalVars.autoDownload)
|
||||||
|
chkAutodl.IsChecked = true;
|
||||||
|
|
||||||
textBoxLicEnvyupdate.Text = Properties.Licenses.EnvyUpdate;
|
textBoxLicEnvyupdate.Text = Properties.Licenses.EnvyUpdate;
|
||||||
textBoxLicFody.Text = Properties.Licenses.Fody;
|
textBoxLicFody.Text = Properties.Licenses.Fody;
|
||||||
textBoxLicCostura.Text = Properties.Licenses.CosturaFody;
|
textBoxLicCostura.Text = Properties.Licenses.CosturaFody;
|
||||||
|
|
Reference in a new issue