From 440a329a920f0ced31dad3a338f933601c99e2c5 Mon Sep 17 00:00:00 2001 From: "jeremy.mouyon" Date: Wed, 12 Jun 2024 18:33:45 +0200 Subject: [PATCH] back button --- Qwirkle/QwirkleViews/Pages/Gameboard.xaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Qwirkle/QwirkleViews/Pages/Gameboard.xaml b/Qwirkle/QwirkleViews/Pages/Gameboard.xaml index 635d237..96c0de4 100644 --- a/Qwirkle/QwirkleViews/Pages/Gameboard.xaml +++ b/Qwirkle/QwirkleViews/Pages/Gameboard.xaml @@ -4,7 +4,13 @@ xmlns:controls="clr-namespace:Qwirkle.Views" Title="Gameboard" xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" - x:Name="root"> + x:Name="root" + > + + + + +