Skip to content

Commit b1a0f17

Browse files
committed
🎨 fixs
1 parent 5d7d00c commit b1a0f17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/BD.WTTS.Client.Plugins.SteamIdleCard/UI/ViewModels/IdleCardPageViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ private async Task IdleRuleChange()
262262
using (await asyncLock.LockAsync())
263263
{
264264
StopIdle();
265+
PauseAutoNext(true);
265266
ResetCurrentIdle();
266267
StartIdle();
267268
ChangeRunTxt();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<TextBlock Text="快速切换游戏间隔时间(毫秒)" Theme="{StaticResource CaptionTextBlockStyle}" />
208208
<NumericUpDown Minimum="5000" Value="{Binding Source={x:Static ms:SteamIdleSettings.SwitchTime}, Path=Value, Mode=TwoWay}" />
209209
<TextBlock Text="游戏最小运行时间(小时)" Theme="{StaticResource CaptionTextBlockStyle}" />
210-
<NumericUpDown Minimum="0.1" Value="{Binding Source={x:Static ms:SteamIdleSettings.MinRunTime}, Path=Value, Mode=TwoWay}" />
210+
<NumericUpDown Minimum="2" Value="{Binding Source={x:Static ms:SteamIdleSettings.MinRunTime}, Path=Value, Mode=TwoWay}" />
211211
<TextBlock Text="自动刷新徽章数据时间间隔(分钟)" Theme="{StaticResource CaptionTextBlockStyle}" />
212212
<NumericUpDown Minimum="1" Value="{Binding Source={x:Static ms:SteamIdleSettings.RefreshBadgesTime}, Path=Value, Mode=TwoWay}" />
213213
</StackPanel>

0 commit comments

Comments
 (0)