improve:操作逻辑
This commit is contained in:
@@ -2728,8 +2728,8 @@ namespace Ink_Canvas
|
|||||||
|
|
||||||
if (ToggleSwitchEnableOvertimeRedText.IsOn && !ToggleSwitchEnableOvertimeCountUp.IsOn)
|
if (ToggleSwitchEnableOvertimeRedText.IsOn && !ToggleSwitchEnableOvertimeCountUp.IsOn)
|
||||||
{
|
{
|
||||||
ToggleSwitchEnableOvertimeRedText.IsOn = false;
|
ToggleSwitchEnableOvertimeCountUp.IsOn = true;
|
||||||
return;
|
Settings.RandSettings.EnableOvertimeCountUp = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
Settings.RandSettings.EnableOvertimeRedText = ToggleSwitchEnableOvertimeRedText.IsOn;
|
Settings.RandSettings.EnableOvertimeRedText = ToggleSwitchEnableOvertimeRedText.IsOn;
|
||||||
|
|||||||
Reference in New Issue
Block a user