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);
|
||||
setShowDialogWait(true);
|
||||
sendRestart();
|
||||
}, [setShowDialog]);
|
||||
}, [setShowDialog]); // eslint-disable-line react-hooks/exhaustive-deps
|
||||
|
||||
const handleDismissRestartDialog = () => {
|
||||
setShowDialog(false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user