mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-21 04:53:47 +08:00
big model loading permanent alert (#38436)
show big model loading as permanent alert
This commit is contained in:
@@ -411,6 +411,7 @@ EVENTS: dict[int, dict[str, Alert | AlertCallbackType]] = {
|
||||
|
||||
EventName.bigModelLoading: {
|
||||
ET.NO_ENTRY: NoEntryAlert("Big Model Loading"),
|
||||
ET.PERMANENT: NormalPermanentAlert("Big Model Loading"),
|
||||
},
|
||||
|
||||
EventName.bigModelReady: {
|
||||
|
||||
Reference in New Issue
Block a user