mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-15 17:46:43 +03:00
Cleanup
This commit is contained in:
parent
223b9bad77
commit
4ee0e3126b
@ -1603,17 +1603,13 @@ function FrigateCameraFeatures({
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<div className="mb-3 flex flex-col gap-1 px-2">
|
<div className="mb-3 flex flex-col gap-1 px-2">
|
||||||
<div className="flex items-center justify-between text-sm font-medium leading-none">
|
<FilterSwitch
|
||||||
{t("manualRecording.debugView")}
|
label={t("streaming.debugView")}
|
||||||
<LuExternalLink
|
isChecked={debug}
|
||||||
onClick={() =>
|
onCheckedChange={(checked) => setDebug(checked)}
|
||||||
navigate(`/settings?page=debug&camera=${camera.name}`)
|
|
||||||
}
|
|
||||||
className="ml-2 inline-flex size-5 cursor-pointer"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</DrawerContent>
|
</DrawerContent>
|
||||||
</Drawer>
|
</Drawer>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user