mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Default to true
This commit is contained in:
parent
a6484116ef
commit
bc43c4c9c5
@ -47,7 +47,7 @@ class DetectorConfig(FrigateBaseModel):
|
|||||||
class UIConfig(FrigateBaseModel):
|
class UIConfig(FrigateBaseModel):
|
||||||
use_experimental: bool = Field(default=False, title="Experimental UI")
|
use_experimental: bool = Field(default=False, title="Experimental UI")
|
||||||
show_confirmation_prompts: bool = Field(
|
show_confirmation_prompts: bool = Field(
|
||||||
default=False, title="Show confirmation prompts"
|
default=True, title="Show confirmation prompts"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user