feat: 是否进入第二层也在不启用投资时隐藏

This commit is contained in:
SherkeyXD
2023-09-30 21:06:28 +08:00
parent 31c2e08856
commit c4350a54e7

View File

@@ -75,7 +75,7 @@
Margin="0,10"
Content="{DynamicResource InvestmentEnterSecondFloor}"
IsChecked="{Binding RoguelikeInvestmentEnterSecondFloor}"
IsEnabled="{Binding RoguelikeInvestmentEnabled}"/>
Visibility="{c:Binding ElementName=InvestmentEnabled, Path=IsChecked}"/>
<CheckBox
Margin="0,10"
IsChecked="{Binding RoguelikeStopWhenInvestmentFull}"