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(() => {
|
const handleRestart = useCallback(() => {
|
||||||
setShowMoreMenu(false);
|
setShowMoreMenu(false);
|
||||||
setShowDialog(true);
|
setShowDialogRestart(true);
|
||||||
}, [setShowDialog]);
|
}, [setShowDialogRestart]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user