From 3dcf3242705a7522617d4b5f7ca4d9b918e48ca5 Mon Sep 17 00:00:00 2001 From: Victoria Plitt Date: Thu, 30 Mar 2023 19:41:54 +0300 Subject: Eureka PPC. GoToJob, Notifications, LengthWothSpool. --- .../PPC/Tango.PPC.UI/ViewModels/MachineUpdateViewVM.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineUpdateViewVM.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineUpdateViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineUpdateViewVM.cs index 14b9b76e3..7caabf6a1 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineUpdateViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineUpdateViewVM.cs @@ -566,7 +566,11 @@ namespace Tango.PPC.UI.ViewModels { _updateNotificationItem = null; }; - NotificationProvider.PushNotification(_updateNotificationItem); + + if (!BuildProvider.IsEureka) + { + NotificationProvider.PushNotification(_updateNotificationItem); + } }); } } -- cgit v1.3.1