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 />
|
<ActivityIndicator />
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{liveReady && objects.length > 0 && (
|
{((showStillWithoutActivity && !liveReady) || liveReady) &&
|
||||||
|
objects.length > 0 && (
|
||||||
<div className="absolute left-0 top-2 z-40">
|
<div className="absolute left-0 top-2 z-40">
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
<div className="flex">
|
<div className="flex">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user