Skip to content

Commit e61c240

Browse files
committed
🐛 Misc
1 parent b1a0f17 commit e61c240

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/BD.WTTS.Client.Plugins.SteamIdleCard/UI/Views/Pages/IdleCardPage.axaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@
203203
</ComboBox>
204204

205205
<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}" />
207210
<TextBlock Text="快速切换游戏间隔时间(毫秒)" Theme="{StaticResource CaptionTextBlockStyle}" />
208211
<NumericUpDown Minimum="5000" Value="{Binding Source={x:Static ms:SteamIdleSettings.SwitchTime}, Path=Value, Mode=TwoWay}" />
209212
<TextBlock Text="游戏最小运行时间(小时)" Theme="{StaticResource CaptionTextBlockStyle}" />

0 commit comments

Comments
 (0)