big model loading permanent alert (#38436)

show big model loading as permanent alert
This commit is contained in:
Daniel Koepping
2026-07-23 15:00:25 -07:00
committed by GitHub
parent ddf782f08a
commit b392328c35
+1
View File
@@ -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: {