From 6ea1bdc7f056c4cdde23378255c232958cfefd2d Mon Sep 17 00:00:00 2001 From: rportet Date: Fri, 7 Jun 2024 13:34:36 +0200 Subject: [PATCH] j'ai push le mauvais truc mdrr --- Qwirkle/QwirkleViews/App.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Qwirkle/QwirkleViews/App.xaml.cs b/Qwirkle/QwirkleViews/App.xaml.cs index a769596..f1963c6 100644 --- a/Qwirkle/QwirkleViews/App.xaml.cs +++ b/Qwirkle/QwirkleViews/App.xaml.cs @@ -19,8 +19,8 @@ namespace Qwirkle InitializeComponent(); - //MainPage = new NavigationPage(new MainPage()); - MainPage = new AppShell(); + MainPage = new NavigationPage(new MainPage()); + //MainPage = new AppShell(); Routing.RegisterRoute(nameof(SetPlayers), typeof(SetPlayers)); Routing.RegisterRoute(nameof(Gameboard), typeof(Gameboard));