mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Merge branch 'settings-rework' of github.com:blakeblackshear/frigate into settings-rework
This commit is contained in:
commit
6785b4f2f7
@ -66,7 +66,7 @@ export default function GeneralSettingsView() {
|
|||||||
<Separator className="my-2 flex bg-secondary" />
|
<Separator className="my-2 flex bg-secondary" />
|
||||||
|
|
||||||
<Heading as="h4" className="my-2">
|
<Heading as="h4" className="my-2">
|
||||||
Dashboard
|
Live Dashboard
|
||||||
</Heading>
|
</Heading>
|
||||||
|
|
||||||
<div className="mt-2 space-y-6">
|
<div className="mt-2 space-y-6">
|
||||||
@ -83,7 +83,7 @@ export default function GeneralSettingsView() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="my-2 text-sm text-muted-foreground">
|
<div className="my-2 text-sm text-muted-foreground">
|
||||||
<p>
|
<p>
|
||||||
Automatically switch to live view when motion is detected.
|
Automatically switch to a camera's live view when activity is detected. Disabling this option causes static camera images on the Live dashboard to only update once per minute.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user