mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
fix: minimum 0 for Recruit Time, Invest and Roguelike Start times
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
ToolTip="{DynamicResource CheckBoxesNotSaved}" />
|
||||
<hc:NumericUpDown
|
||||
Margin="0,5"
|
||||
Minimum="0"
|
||||
hc:InfoElement.Title="{DynamicResource RecruitMaxTimes}"
|
||||
Style="{StaticResource NumericUpDownExtend}"
|
||||
ValueChanged="NumericUpDown_ValueChanged"
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
<StackPanel Visibility="{c:Binding TaskSettingVisibilities.EnableAdvancedSettings}">
|
||||
<hc:NumericUpDown
|
||||
Margin="0,5"
|
||||
Minimum="0"
|
||||
hc:InfoElement.Title="{DynamicResource StartTimesLimit}"
|
||||
Style="{StaticResource NumericUpDownExtend}"
|
||||
ValueChanged="NumericUpDown_ValueChanged"
|
||||
@@ -87,6 +88,7 @@
|
||||
</CheckBox>
|
||||
<hc:NumericUpDown
|
||||
Margin="0,5"
|
||||
Minimum="0"
|
||||
hc:InfoElement.Title="{DynamicResource GoldTimesLimit}"
|
||||
Visibility="{c:Binding ElementName=InvestmentEnabled, Path=IsChecked}"
|
||||
Style="{StaticResource NumericUpDownExtend}"
|
||||
|
||||
Reference in New Issue
Block a user