alert: smaller standstill alert (#26751)

smaller standstill alert
old-commit-hash: 2545dd195efc164da9561ae9ae2115482eb9f931
This commit is contained in:
Shane Smiskol
2022-12-09 23:30:41 -08:00
committed by GitHub
parent a98e7d49cc
commit e13e373bfb
+2 -2
View File
@@ -500,9 +500,9 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
EventName.resumeRequired: {
ET.WARNING: Alert(
"STOPPED",
"Press Resume to Exit Standstill",
AlertStatus.userPrompt, AlertSize.mid,
"",
AlertStatus.userPrompt, AlertSize.small,
Priority.LOW, VisualAlert.none, AudibleAlert.none, .2),
},