mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
为不保存至配置文件的选项添加*号
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</Grid.ColumnDefinitions>
|
||||
<StackPanel Grid.Column="0" VerticalAlignment="Center" Margin="10">
|
||||
<CheckBox IsChecked="{Binding RefreshLevel3}" Content="自动刷新3星Tags" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10" />
|
||||
<CheckBox IsChecked="{Binding UseExpedited}" Content="自动使用加急许可" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10" />
|
||||
<CheckBox IsChecked="{Binding UseExpedited}" Content="自动使用加急许可*" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10" />
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0, 10">
|
||||
<TextBlock Style="{StaticResource TextBlockDefault}" Block.TextAlignment="Center"
|
||||
Text="每次执行时
最大招募次数" Margin="5" VerticalAlignment="Center" />
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Orientation="Horizontal" Grid.Row="1" VerticalAlignment="Center">
|
||||
<CheckBox IsChecked="{Binding UseStone}" IsEnabled="{Binding UseMedicine}" Content="吃石头 " Margin="10" />
|
||||
<CheckBox IsChecked="{Binding UseStone}" IsEnabled="{Binding UseMedicine}" Content="吃源石*" Margin="10 10 16.5 10" />
|
||||
<hc:TextBox Text="{Binding StoneNumber}" TextWrapping="Wrap" Margin="10"
|
||||
Width="50" InputMethod.IsInputMethodEnabled="False"
|
||||
TextType="Int"/>
|
||||
|
||||
Reference in New Issue
Block a user