mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-22 02:18:32 +01:00
Don't show preview for birdseye (#11749)
* Don't show preview for birdseye * Retry ws connection on error * Flex wrap cameras labels
This commit is contained in:
@@ -527,7 +527,7 @@ export function RecordingView({
|
||||
>
|
||||
<div className="w-2" />
|
||||
{allCameras.map((cam) => {
|
||||
if (cam == mainCamera) {
|
||||
if (cam == mainCamera || cam == "birdseye") {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user