From 5252f67faf40c7bdc28feaaed74a54a8fd1a135f Mon Sep 17 00:00:00 2001
From: Constrat <56174894+Constrat@users.noreply.github.com>
Date: Tue, 25 Jun 2024 11:47:34 +0200
Subject: [PATCH] chore: unlocks update options (#9471)
chore: unlocks update options when UpdateCheck = false
---
.../UserControl/VersionUpdateSettingsUserControl.xaml | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/src/MaaWpfGui/Views/UserControl/VersionUpdateSettingsUserControl.xaml b/src/MaaWpfGui/Views/UserControl/VersionUpdateSettingsUserControl.xaml
index 869f787f29..e39760773a 100644
--- a/src/MaaWpfGui/Views/UserControl/VersionUpdateSettingsUserControl.xaml
+++ b/src/MaaWpfGui/Views/UserControl/VersionUpdateSettingsUserControl.xaml
@@ -39,22 +39,19 @@
Margin="10"
HorizontalAlignment="Left"
VerticalAlignment="Center"
- Content="{DynamicResource UpdateAutoCheck}"
- IsChecked="{Binding UpdateAutoCheck}" />
+ Content="{DynamicResource UpdateAutoCheck}"/>
+ IsChecked="{Binding AutoDownloadUpdatePackage}"/>
+ IsChecked="{Binding AutoInstallUpdatePackage}"/>