Process launch message fix

This commit is contained in:
SlothDpal
2024-05-23 15:56:02 +03:00
parent 81f43f911f
commit 25abcc4bda

View File

@@ -274,7 +274,7 @@ namespace Process_Auto_Relaunch
} }
} }
Status("Ïðîöåññ áûë çàïóùåí.", NotifyLevel.logUpdateStatus); Status("Ïðîöåññ áûë çàïóùåí.", NotifyLevel.logAlways);
Process.Start(path, args); Process.Start(path, args);
} }