This commit is contained in:
CJK_mkp
2025-08-19 17:41:42 +08:00
committed by GitHub
parent 502e205071
commit f331cb1b4d
+1 -1
View File
@@ -84,7 +84,7 @@ namespace Ink_Canvas
startInfo.UseShellExecute = true;
// 启动进程但不等待
Process.Start(startInfo);
Process.Start(new ProcessStartInfo(exePath, "-delay 2000") { UseShellExecute = true });
}
catch (Exception ex)
{