diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-25 00:08:01 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-25 00:08:01 +0200 |
| commit | 9947803e9b41d32ca60e4f9d8d6ff67a7aa80624 (patch) | |
| tree | edd6d6008c21406bc0898331dfd27cc56373d1a4 /Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications | |
| parent | 15d77316df0b3644bec39b26c59be623ee6f2794 (diff) | |
| download | Tango-9947803e9b41d32ca60e4f9d8d6ff67a7aa80624.tar.gz Tango-9947803e9b41d32ca60e4f9d8d6ff67a7aa80624.zip | |
Fixed PPC notifications priority.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/NotificationItems/MessageNotificationItem.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/NotificationItems/MessageNotificationItem.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/NotificationItems/MessageNotificationItem.cs index 571eb199d..7d85ef6a7 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/NotificationItems/MessageNotificationItem.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/NotificationItems/MessageNotificationItem.cs @@ -82,6 +82,7 @@ namespace Tango.PPC.Common.Notifications.NotificationItems Message = message; ExpandedMessage = expandedMessage; MessageType = type; + Priority = priority; Pressed += (_, __) => pressedAction?.Invoke(); } |
