mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-03 17:43:59 +03:00
Default to true
This commit is contained in:
+1
-1
@@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user