File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/BD.WTTS.Client.Plugins.SteamIdleCard/UI/Views/Pages Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 203
203
</ComboBox >
204
204
205
205
<TextBlock Text =" 最大并行挂时长游戏数量" Theme =" {StaticResource CaptionTextBlockStyle}" />
206
- <NumericUpDown Minimum =" 2" Value =" {Binding Source={x:Static ms:SteamIdleSettings.MaxIdleCount}, Path=Value, Mode=TwoWay}" />
206
+ <NumericUpDown
207
+ Maximum =" 32"
208
+ Minimum =" 2"
209
+ Value =" {Binding Source={x:Static ms:SteamIdleSettings.MaxIdleCount}, Path=Value, Mode=TwoWay}" />
207
210
<TextBlock Text =" 快速切换游戏间隔时间(毫秒)" Theme =" {StaticResource CaptionTextBlockStyle}" />
208
211
<NumericUpDown Minimum =" 5000" Value =" {Binding Source={x:Static ms:SteamIdleSettings.SwitchTime}, Path=Value, Mode=TwoWay}" />
209
212
<TextBlock Text =" 游戏最小运行时间(小时)" Theme =" {StaticResource CaptionTextBlockStyle}" />
You can’t perform that action at this time.
0 commit comments