mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
chore: unlocks update options (#9471)
chore: unlocks update options when UpdateCheck = false
This commit is contained in:
@@ -39,22 +39,19 @@
|
||||
Margin="10"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Center"
|
||||
Content="{DynamicResource UpdateAutoCheck}"
|
||||
IsChecked="{Binding UpdateAutoCheck}" />
|
||||
Content="{DynamicResource UpdateAutoCheck}"/>
|
||||
<CheckBox
|
||||
Margin="10"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Center"
|
||||
Content="{DynamicResource UpdateAutoDownload}"
|
||||
IsChecked="{Binding AutoDownloadUpdatePackage}"
|
||||
IsEnabled="{Binding UpdateCheck}" />
|
||||
IsChecked="{Binding AutoDownloadUpdatePackage}"/>
|
||||
<CheckBox
|
||||
Margin="10"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Center"
|
||||
Content="{DynamicResource AutoInstallUpdatePackage}"
|
||||
IsChecked="{Binding AutoInstallUpdatePackage}"
|
||||
IsEnabled="{Binding UpdateCheck}" />
|
||||
IsChecked="{Binding AutoInstallUpdatePackage}"/>
|
||||
<StackPanel VerticalAlignment="Center" Orientation="Horizontal">
|
||||
<controls:TextBlock
|
||||
Margin="10,10,0,10"
|
||||
@@ -64,7 +61,6 @@
|
||||
Width="120"
|
||||
Margin="10"
|
||||
DisplayMemberPath="Display"
|
||||
IsEnabled="{Binding UpdateCheck}"
|
||||
ItemsSource="{Binding VersionTypeList}"
|
||||
SelectedValue="{Binding VersionType}"
|
||||
SelectedValuePath="Value" />
|
||||
|
||||
Reference in New Issue
Block a user