Update log closure app

This commit is contained in:
Vladimir
2024-05-29 21:15:22 +04:00
parent 0958188cfa
commit 7ab58bd6e8

View File

@@ -241,7 +241,7 @@ namespace Process_Auto_Relaunch
private void Form1_FormClosing(object sender, FormClosingEventArgs e) private void Form1_FormClosing(object sender, FormClosingEventArgs e)
{ {
Settings.Default.Save(); Settings.Default.Save();
Status("Приложение закрыто.", NotifyLevel.logAlways); Status("Наюлюдение отменено - приложение закрыто.", NotifyLevel.logAlways);
} }
private bool ProcessByNameIsRuning(string name) private bool ProcessByNameIsRuning(string name)