From b6999e57aef4471b54f4a86bf73e5f14f4df653f Mon Sep 17 00:00:00 2001 From: CJKmkp <2564608840@qq.com> Date: Sun, 12 Oct 2025 18:05:40 +0800 Subject: [PATCH] =?UTF-8?q?improve:=E8=AE=A1=E6=97=B6=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/Windows/NewStyleTimerWindow.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ink Canvas/Windows/NewStyleTimerWindow.cs b/Ink Canvas/Windows/NewStyleTimerWindow.cs index d60d8d05..d151d1a6 100644 --- a/Ink Canvas/Windows/NewStyleTimerWindow.cs +++ b/Ink Canvas/Windows/NewStyleTimerWindow.cs @@ -64,8 +64,8 @@ namespace Ink_Canvas SetDigitDisplay("Digit4Display", leftTimeSpan.Minutes % 10); SetDigitDisplay("Digit5Display", leftTimeSpan.Seconds / 10); SetDigitDisplay("Digit6Display", leftTimeSpan.Seconds % 10); - - if (leftTimeSpan.TotalSeconds == 3 && + + if (leftTimeSpan.TotalSeconds <= 7 && leftTimeSpan.TotalSeconds > 0 && MainWindow.Settings.RandSettings?.EnableProgressiveReminder == true && !hasPlayedProgressiveReminder) {