improved user experience

This commit is contained in:
ElMoribond
2021-07-13 09:03:31 +02:00
committed by GitHub
parent 3d3aa4bed1
commit 185eab519e
+1 -1
View File
@@ -35,7 +35,7 @@ export default function AppBar() {
const handleRestart = useCallback(() => {
setShowMoreMenu(false);
setShowDialog(true);
setShowDialogRestart(true);
}, [showDialogRestart]);
return (