From a899cdbb2c5f36d9fb5d89744b69387289765cf8 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 10 Dec 2018 18:29:04 +0200 Subject: Improved Transporter keep alive and disconnection/connection procedures. Added Disconnected machine state. --- .../Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs index 2b4a5a75b..81b6e5942 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs @@ -88,7 +88,7 @@ namespace Tango.PPC.Events.ViewModels notificationItem.MessageType = MessageNotificationItem.MessageNotificationItemTypes.Error; break; case EventTypesCategories.Critical: - notificationItem.MessageType = MessageNotificationItem.MessageNotificationItemTypes.Error; + notificationItem.MessageType = MessageNotificationItem.MessageNotificationItemTypes.Critical; break; } -- cgit v1.3.1