mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-12 11:27:34 +03:00
Fix ns
This commit is contained in:
parent
050dfe2c27
commit
fb3d0dd2c1
@ -1617,7 +1617,7 @@ function FrigateCameraFeatures({
|
|||||||
)}
|
)}
|
||||||
<div className="mb-3 flex flex-col gap-1 px-2">
|
<div className="mb-3 flex flex-col gap-1 px-2">
|
||||||
<FilterSwitch
|
<FilterSwitch
|
||||||
label={t("streaming.debugView")}
|
label={t("streaming.debugView", { ns: "components/dialog" })}
|
||||||
isChecked={debug}
|
isChecked={debug}
|
||||||
onCheckedChange={(checked) => setDebug(checked)}
|
onCheckedChange={(checked) => setDebug(checked)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user