mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Don't show any designator when active
This commit is contained in:
parent
e3383e0bde
commit
e475683b18
@ -399,7 +399,7 @@ class CameraState:
|
||||
box[2],
|
||||
box[3],
|
||||
obj["label"],
|
||||
f"{'(Stat)' if obj['stationary'] else '(Actv)'} {obj['score']:.0%} {int(obj['area'])}",
|
||||
f"{'(Stat)' if obj['stationary'] else ''} {obj['score']:.0%} {int(obj['area'])}",
|
||||
thickness=thickness,
|
||||
color=color,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user