From 76425a3c505dfe04fdae5f98322a74873bb1c07a Mon Sep 17 00:00:00 2001 From: fyr77 Date: Mon, 26 Feb 2024 19:50:56 +0100 Subject: [PATCH] fix button --- EnvyUpdate/SettingsPage.xaml.cs | 3 +++ 1 file changed, 3 insertions(+) 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;