From 7ab58bd6e8df850f175b7a9a7237aa2e9d2862f7 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Wed, 29 May 2024 21:15:22 +0400 Subject: [PATCH] Update log closure app --- Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form1.cs b/Form1.cs index 1b4359a..6985147 100644 --- a/Form1.cs +++ b/Form1.cs @@ -241,7 +241,7 @@ namespace Process_Auto_Relaunch private void Form1_FormClosing(object sender, FormClosingEventArgs e) { Settings.Default.Save(); - Status("Приложение закрыто.", NotifyLevel.logAlways); + Status("Наюлюдение отменено - приложение закрыто.", NotifyLevel.logAlways); } private bool ProcessByNameIsRuning(string name)