mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
Rayhunter keeps track of the highest-severity warning seen during a recording, and only updates the display color when a new event exceeds that level. When a double-tap restarts recording, this threshold isn't reset, so it retains the old session's maximum. Since no new event can surpass the stale threshold, the display stays stuck on green even when warnings are detected. Fix #794