mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
perf: 刷理智任务高级设置UI调整选项顺序
This commit is contained in:
@@ -71,11 +71,7 @@ public class FightSettingsUserControlModel : TaskSettingsViewModel
|
||||
/// <summary>
|
||||
/// Gets or private sets the list of stages.
|
||||
/// </summary>
|
||||
public ObservableCollection<StageSourceItem> StageListSource
|
||||
{
|
||||
get => field;
|
||||
private set => SetAndNotify(ref field, value);
|
||||
} = [];
|
||||
public ObservableCollection<StageSourceItem> StageListSource { get => field; private set => SetAndNotify(ref field, value); } = [];
|
||||
|
||||
private static readonly Dictionary<string, string> _stageDictionary = new()
|
||||
{
|
||||
|
||||
@@ -380,6 +380,20 @@
|
||||
<CheckBox Content="{DynamicResource DrGrandet}" IsChecked="{Binding IsDrGrandet}" />
|
||||
<controls:TooltipBlock TooltipText="{DynamicResource DrGrandetTip}" />
|
||||
</StackPanel>
|
||||
<CheckBox Margin="0,10" IsChecked="{Binding UseExpiringMedicine}">
|
||||
<TextBlock
|
||||
Block.TextAlignment="Left"
|
||||
Text="{DynamicResource UseExpiringMedicine}"
|
||||
TextWrapping="Wrap" />
|
||||
</CheckBox>
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource HideSeries}"
|
||||
IsChecked="{Binding HideSeries}" />
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource AllowUseStoneSave}"
|
||||
IsChecked="{Binding AllowUseStoneSave}" />
|
||||
<StackPanel Margin="0,10" Orientation="Horizontal">
|
||||
<CheckBox Content="{DynamicResource CustomStageCode}" IsChecked="{Binding CustomStageCode}" />
|
||||
<controls:TooltipBlock TooltipText="{DynamicResource CustomStageCodeTip}" />
|
||||
@@ -388,24 +402,10 @@
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource UseAlternateStage}"
|
||||
IsChecked="{Binding UseAlternateStage}" />
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource AllowUseStoneSave}"
|
||||
IsChecked="{Binding AllowUseStoneSave}" />
|
||||
<CheckBox Margin="0,10" IsChecked="{Binding UseExpiringMedicine}">
|
||||
<TextBlock
|
||||
Block.TextAlignment="Left"
|
||||
Text="{DynamicResource UseExpiringMedicine}"
|
||||
TextWrapping="Wrap" />
|
||||
</CheckBox>
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource HideUnavailableStage}"
|
||||
IsChecked="{Binding HideUnavailableStage}" />
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource HideSeries}"
|
||||
IsChecked="{Binding HideSeries}" />
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource UseWeeklySchedule}"
|
||||
|
||||
Reference in New Issue
Block a user