mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +03:00
Improve restart from UI
This commit is contained in:
parent
870b2f4919
commit
be04b69bae
@ -35,8 +35,8 @@ export default function AppBar() {
|
||||
|
||||
const handleRestart = useCallback(() => {
|
||||
setShowMoreMenu(false);
|
||||
setShowDialog(true);
|
||||
}, [setShowDialog]);
|
||||
setShowDialogRestart(true);
|
||||
}, [setShowDialogRestart]);
|
||||
|
||||
return (
|
||||
<Fragment>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user