mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-01 17:41:13 +03:00
increase display duration for restart required toasts
This commit is contained in:
parent
cfd06f970b
commit
628faee304
@ -743,6 +743,7 @@ export function ConfigSection({
|
|||||||
"Settings saved successfully. Restart Frigate to apply your changes.",
|
"Settings saved successfully. Restart Frigate to apply your changes.",
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
|
duration: 10000,
|
||||||
action: (
|
action: (
|
||||||
<a onClick={() => setRestartDialogOpen(true)}>
|
<a onClick={() => setRestartDialogOpen(true)}>
|
||||||
<Button>
|
<Button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user