alert: smaller standstill alert (#26751)

smaller standstill alert
This commit is contained in:
Shane Smiskol
2022-12-09 23:30:41 -08:00
committed by GitHub
parent 84340f07ab
commit 2545dd195e
+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),
},