remove audible alert for bookmark event

pull/34920/head
David 2 weeks ago
parent c090263be3
commit 9baf21ee3a
  1. 2
      selfdrive/selfdrived/events.py

@ -982,7 +982,7 @@ EVENTS: dict[int, dict[str, Alert | AlertCallbackType]] = {
"Bookmark Saved",
"",
AlertStatus.normal, AlertSize.small,
Priority.LOW, VisualAlert.none, AudibleAlert.prompt, 1.5
Priority.LOW, VisualAlert.none, AudibleAlert.none, 1.5
),
},
}

Loading…
Cancel
Save