improve:优化timer

This commit is contained in:
2026-02-13 09:29:24 +08:00
parent a9fefadec9
commit 1d71f809cc
5 changed files with 93 additions and 47 deletions
+2 -2
View File
@@ -2357,9 +2357,9 @@ namespace Ink_Canvas
private void StartOrStoptimerCheckAutoFold()
{
if (Settings.Automation.IsEnableAutoFold)
timerCheckAutoFold.Start();
_unifiedMainWindowTimer?.Start();
else
timerCheckAutoFold.Stop();
_unifiedMainWindowTimer?.Stop();
}
private void ToggleSwitchAutoFoldInEasiNote_Toggled(object sender, RoutedEventArgs e)