diff --git a/EnvyUpdate/SettingsPage.xaml.cs b/EnvyUpdate/SettingsPage.xaml.cs index 77698d7..1aa8e7f 100644 --- a/EnvyUpdate/SettingsPage.xaml.cs +++ b/EnvyUpdate/SettingsPage.xaml.cs @@ -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;