improve:计时器

优化计时器行为
This commit is contained in:
2025-12-13 17:20:18 +08:00
parent a75f0470bc
commit 2e343cbbf9
2 changed files with 69 additions and 1 deletions
@@ -1042,6 +1042,8 @@ namespace Ink_Canvas
{
if (TimerContainer != null && TimerControl != null)
{
// 每次打开计时器窗口时重置计时器
TimerControl.ResetTimerState();
TimerContainer.Visibility = Visibility.Visible;
if (MinimizedTimerContainer != null)
{