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}"/>