add:鸿合屏幕书写查杀后自动进入批注 #38

This commit is contained in:
2025-07-21 17:28:52 +08:00
parent 19983a113e
commit 4e4ce36e76
6 changed files with 23 additions and 1 deletions
+6
View File
@@ -2183,5 +2183,11 @@ namespace Ink_Canvas {
Settings.PowerPointSettings.IsAlwaysGoToFirstPageOnReenter = ToggleSwitchAlwaysGoToFirstPageOnReenter.IsOn;
SaveSettingsToFile();
}
private void ToggleSwitchAutoEnterAnnotationAfterKillHite_Toggled(object sender, RoutedEventArgs e) {
if (!isLoaded) return;
Settings.Automation.IsAutoEnterAnnotationAfterKillHite = ToggleSwitchAutoEnterAnnotationAfterKillHite.IsOn;
SaveSettingsToFile();
}
}
}