Skip to content

Commit

Permalink
🐛 Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbadmin committed Nov 30, 2023
1 parent b1a0f17 commit e61c240
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,10 @@
</ComboBox>

<TextBlock Text="最大并行挂时长游戏数量" Theme="{StaticResource CaptionTextBlockStyle}" />
<NumericUpDown Minimum="2" Value="{Binding Source={x:Static ms:SteamIdleSettings.MaxIdleCount}, Path=Value, Mode=TwoWay}" />
<NumericUpDown
Maximum="32"
Minimum="2"
Value="{Binding Source={x:Static ms:SteamIdleSettings.MaxIdleCount}, Path=Value, Mode=TwoWay}" />
<TextBlock Text="快速切换游戏间隔时间(毫秒)" Theme="{StaticResource CaptionTextBlockStyle}" />
<NumericUpDown Minimum="5000" Value="{Binding Source={x:Static ms:SteamIdleSettings.SwitchTime}, Path=Value, Mode=TwoWay}" />
<TextBlock Text="游戏最小运行时间(小时)" Theme="{StaticResource CaptionTextBlockStyle}" />
Expand Down

0 comments on commit e61c240

Please sign in to comment.