mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
perf(WpfGui): 肉鸽高级设置-只凹精二,不可用时隐藏
This commit is contained in:
@@ -132,8 +132,7 @@
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
IsChecked="{Binding RoguelikeOnlyStartWithEliteTwo}"
|
||||
IsEnabled="{Binding RoguelikeStartWithEliteTwo}"
|
||||
Visibility="{c:Binding 'RoguelikeMode == "4" and RoguelikeTheme != "Phantom"'}">
|
||||
Visibility="{c:Binding 'RoguelikeStartWithEliteTwo and RoguelikeMode == "4" and RoguelikeTheme != "Phantom"'}">
|
||||
<TextBlock
|
||||
Block.TextAlignment="Left"
|
||||
Text="{DynamicResource RoguelikeOnlyStartWithEliteTwo}"
|
||||
|
||||
Reference in New Issue
Block a user