From 628faee304c669abbac5f57579c011775bb95698 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 18 May 2026 12:52:50 -0500 Subject: [PATCH] increase display duration for restart required toasts --- web/src/components/config-form/sections/BaseSection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/config-form/sections/BaseSection.tsx b/web/src/components/config-form/sections/BaseSection.tsx index cd14047693..9245fa2409 100644 --- a/web/src/components/config-form/sections/BaseSection.tsx +++ b/web/src/components/config-form/sections/BaseSection.tsx @@ -743,6 +743,7 @@ export function ConfigSection({ "Settings saved successfully. Restart Frigate to apply your changes.", }), { + duration: 10000, action: ( setRestartDialogOpen(true)}>