Update fix #87

This commit is contained in:
WXRIW 2023-09-22 14:54:29 +08:00
parent eb3d36dcaa
commit 65426584ed

View File

@ -118,7 +118,8 @@ namespace Ink_Canvas
processes = Process.GetProcessesByName("SeewoIwbAssistant");
if (processes.Length > 0)
{
arg += " /IM SeewoIwbAssistant.exe";
arg += " /IM SeewoIwbAssistant.exe" +
" /IM Sia.Guard";
}
}
if (Settings.Automation.IsAutoKillEasiNote)