* ensure disabled and offline messages don't overlay each other

* clean up enabled logic

* fix on demand recording button

* clean up
This commit is contained in:
Josh Hawkins
2025-03-12 06:09:09 -06:00
committed by GitHub
parent b3d5cd9e4b
commit 4806d30406
4 changed files with 25 additions and 37 deletions
+1 -1
View File
@@ -1013,7 +1013,7 @@ function FrigateCameraFeatures({
<div className="font-semibold">
Started manual on-demand recording.
</div>
{!camera.record.enabled || camera.record.retain.days == 0 ? (
{!camera.record.enabled || camera.record.alerts.retain.days == 0 ? (
<div>
Since recording is disabled or restricted in the config for this
camera, only a snapshot will be saved.