File Details
LOCAL_no-tification_variant2.ts4script.zip
- R
- Jul 3, 2023
- 3.74 KB
- 26
- 1.98.158+1
File Name
LOCAL_no-tification_variant2.ts4script.zip
Supported Versions
- 1.98.158
- 1.98.127
77,79c77,79
< notification_msg.criticality = self.urgency
< notification_msg.information_level = self.information_level
< notification_msg.visual_type = self.visual_type
---
> notification_msg.criticality = UiDialogNotification.UiDialogNotificationUrgency.DEFAULT
> notification_msg.information_level = UiDialogNotification.UiDialogNotificationLevel.SIM
> notification_msg.visual_type = UiDialogNotification.UiDialogNotificationVisualType.SPEECH
86c86
< return msg
---
> return None

