improved user experience

This commit is contained in:
ElMoribond 2021-07-13 09:03:31 +02:00 committed by GitHub
parent 3d3aa4bed1
commit 185eab519e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ export default function AppBar() {
const handleRestart = useCallback(() => { const handleRestart = useCallback(() => {
setShowMoreMenu(false); setShowMoreMenu(false);
setShowDialog(true); setShowDialogRestart(true);
}, [showDialogRestart]); }, [showDialogRestart]);
return ( return (