mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 08:35:21 +03:00
don't save until confirmed restart
This commit is contained in:
parent
b00884f148
commit
86d75418f9
@ -205,10 +205,7 @@ function ConfigEditor() {
|
||||
size="sm"
|
||||
className="flex items-center gap-2"
|
||||
aria-label="Save and restart"
|
||||
onClick={() => {
|
||||
onHandleSaveConfig("saveonly");
|
||||
setRestartDialogOpen(true);
|
||||
}}
|
||||
onClick={() => setRestartDialogOpen(true)}
|
||||
>
|
||||
<div className="relative size-5">
|
||||
<LuSave className="absolute left-0 top-0 size-3 text-secondary-foreground" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user