promotional bannermobile promotional banner

no-tifications

overrides colors and/or removes notifications from ui

File Details

LOCAL_no-tification_variant4.ts4script.zip

  • R
  • Jul 8, 2023
  • 3.82 KB
  • 64
  • 1.98.158+1

File Name

LOCAL_no-tification_variant4.ts4script.zip

Supported Versions

  • 1.98.158
  • 1.98.127

102,104c102,104
< 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
110a111,113
> if self.information_level is not UiDialogNotification.UiDialogNotificationLevel.SIM or self.urgency is not UiDialogNotification.UiDialogNotificationUrgency.DEFAULT or self.visual_type is not UiDialogNotification.UiDialogNotificationVisualType.SPEECH:
> msg.background_image = None
> msg.background_audio_event = None