From 25abcc4bda7d026bfa130e0d37ac89be3a8c0c66 Mon Sep 17 00:00:00 2001 From: SlothDpal <16717792+SlothDpal@users.noreply.github.com> Date: Thu, 23 May 2024 15:56:02 +0300 Subject: [PATCH] Process launch message fix --- Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form1.cs b/Form1.cs index 61e4881..be5219b 100644 --- a/Form1.cs +++ b/Form1.cs @@ -274,7 +274,7 @@ namespace Process_Auto_Relaunch } } - Status("Процесс был запущен.", NotifyLevel.logUpdateStatus); + Status("Процесс был запущен.", NotifyLevel.logAlways); Process.Start(path, args); }