From b414cd9a92f4cf30c8f3400b3b43a784cb129ea7 Mon Sep 17 00:00:00 2001 From: Anthony RICHARD Date: Thu, 8 Jun 2023 05:11:54 +0200 Subject: [PATCH] fix test year pour l'ajout d'un jeu + fix bug de navigation --- Sources/Stim/AddGamePage.xaml | 2 +- Sources/Stim/AddGamePage.xaml.cs | 20 ++++++++++---------- Sources/Stim/MainPage.xaml.cs | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Sources/Stim/AddGamePage.xaml b/Sources/Stim/AddGamePage.xaml index 42c122a..385823a 100644 --- a/Sources/Stim/AddGamePage.xaml +++ b/Sources/Stim/AddGamePage.xaml @@ -5,6 +5,7 @@ x:Class="Stim.AddGamePage" Title="Ajouter un jeu" Background="{StaticResource Secondary}"> + @@ -41,7 +42,6 @@