improve:操作逻辑

This commit is contained in:
CJK_mkp
2025-11-02 12:34:50 +08:00
parent 01009f9e35
commit 92c631d6ce
+2 -2
View File
@@ -2728,8 +2728,8 @@ namespace Ink_Canvas
if (ToggleSwitchEnableOvertimeRedText.IsOn && !ToggleSwitchEnableOvertimeCountUp.IsOn)
{
ToggleSwitchEnableOvertimeRedText.IsOn = false;
return;
ToggleSwitchEnableOvertimeCountUp.IsOn = true;
Settings.RandSettings.EnableOvertimeCountUp = true;
}
Settings.RandSettings.EnableOvertimeRedText = ToggleSwitchEnableOvertimeRedText.IsOn;