From 185eab519e8ff3bbb2779ec2f1f0da45bd153532 Mon Sep 17 00:00:00 2001 From: ElMoribond Date: Tue, 13 Jul 2021 09:03:31 +0200 Subject: [PATCH] improved user experience --- web/src/AppBar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/AppBar.jsx b/web/src/AppBar.jsx index d631bac5b..37b73c9e0 100644 --- a/web/src/AppBar.jsx +++ b/web/src/AppBar.jsx @@ -35,7 +35,7 @@ export default function AppBar() { const handleRestart = useCallback(() => { setShowMoreMenu(false); - setShowDialog(true); + setShowDialogRestart(true); }, [showDialogRestart]); return (