mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +03:00
Add ability to restart
This commit is contained in:
parent
f2a72767c3
commit
aa435fd887
@ -40,7 +40,7 @@ export default function AppBar() {
|
|||||||
setShowDialog(false);
|
setShowDialog(false);
|
||||||
setShowDialogWait(true);
|
setShowDialogWait(true);
|
||||||
sendRestart();
|
sendRestart();
|
||||||
}, [setShowDialog]);
|
}, [setShowDialog]); // eslint-disable-line react-hooks/exhaustive-deps
|
||||||
|
|
||||||
const handleDismissRestartDialog = () => {
|
const handleDismissRestartDialog = () => {
|
||||||
setShowDialog(false);
|
setShowDialog(false);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user