From 874138c2731b12fe3a30c3fb9c412c3c096e361b Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 5 Dec 2025 09:51:38 -0600 Subject: [PATCH] remove --- web/src/types/frigateConfig.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/types/frigateConfig.ts b/web/src/types/frigateConfig.ts index 985fe3457..94c9ba6e9 100644 --- a/web/src/types/frigateConfig.ts +++ b/web/src/types/frigateConfig.ts @@ -6,7 +6,6 @@ export interface UiConfig { time_format?: "browser" | "12hour" | "24hour"; date_style?: "full" | "long" | "medium" | "short"; time_style?: "full" | "long" | "medium" | "short"; - strftime_fmt?: string; dashboard: boolean; order: number; unit_system?: "metric" | "imperial";