fix button
This commit is contained in:
parent
9eba20f28a
commit
76425a3c50
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue