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