mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix: 主线/故事集/SideStory 禁用循环次数
This commit is contained in:
@@ -409,7 +409,7 @@
|
||||
Visibility="{c:Binding 'UseCopilotList and CopilotTabIndex == 0'}" />
|
||||
|
||||
<!-- Loop / LoopTimes -->
|
||||
<StackPanel Orientation="Horizontal" Visibility="{c:Binding '!UseCopilotList and CopilotTabIndex != 2'}">
|
||||
<StackPanel Orientation="Horizontal" Visibility="{c:Binding '!UseCopilotList and CopilotTabIndex != 0 and CopilotTabIndex != 2'}">
|
||||
<CheckBox
|
||||
Margin="2.5,5"
|
||||
Content="{DynamicResource LoopTimes}"
|
||||
|
||||
Reference in New Issue
Block a user