mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 00:52:17 +03:00
Bugfixes (#17112)
* 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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user