Holiday Themes

This commit is contained in:
James
2025-12-01 12:00:00 -07:00
parent 0315021076
commit ed4a05ef68
250 changed files with 718 additions and 18 deletions
@@ -44,6 +44,9 @@ class FrogPilotEvents:
else:
self.stopped_for_light = False
if "holidayActive" not in self.played_events and self.startup_seen and alerts_empty and len(self.events) == 0 and frogpilot_toggles.current_holiday_theme != "stock":
self.events.add(FrogPilotEventName.holidayActive)
if self.error_log.is_file():
self.events.add(FrogPilotEventName.openpilotCrashed)