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