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

This commit is contained in:
2025-07-21 17:57:08 +08:00
parent 4e4ce36e76
commit 383e1d5368
+1 -1
View File
@@ -152,7 +152,7 @@ namespace Ink_Canvas {
ShowNotification("“鸿合屏幕书写”已自动关闭");
if (Settings.Automation.IsAutoKillHiteAnnotation && Settings.Automation.IsAutoEnterAnnotationAfterKillHite) {
// 自动进入批注状态
EnterAnnotationMode();
PenIcon_Click(null, null);
}
});
}