mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
fix chips
This commit is contained in:
parent
aea5ff2986
commit
5d6ee126ea
@ -207,7 +207,8 @@ export default function LivePlayer({
|
||||
<ActivityIndicator />
|
||||
)}
|
||||
|
||||
{liveReady && objects.length > 0 && (
|
||||
{((showStillWithoutActivity && !liveReady) || liveReady) &&
|
||||
objects.length > 0 && (
|
||||
<div className="absolute left-0 top-2 z-40">
|
||||
<Tooltip>
|
||||
<div className="flex">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user