mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
use12hour optional config
This commit is contained in:
parent
c901707670
commit
04dfe9e1e8
@ -72,6 +72,7 @@ class UIConfig(FrigateBaseModel):
|
||||
)
|
||||
timezone: Optional[str] = Field(title="Override UI timezone.")
|
||||
use_experimental: bool = Field(default=False, title="Experimental UI")
|
||||
use12hour: Optional[bool] = Field(title="Override UI time format.")
|
||||
|
||||
|
||||
class TelemetryConfig(FrigateBaseModel):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user