From ea6ef81de64a8638d81af00eace8a618457b59b8 Mon Sep 17 00:00:00 2001 From: anperederi Date: Wed, 19 Apr 2023 14:26:26 +0200 Subject: [PATCH] modif de l'appShell afin d'enlever la navBar --- src/Banquale/Banquale/AppShell.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Banquale/Banquale/AppShell.xaml b/src/Banquale/Banquale/AppShell.xaml index 0c0b25b..548530e 100644 --- a/src/Banquale/Banquale/AppShell.xaml +++ b/src/Banquale/Banquale/AppShell.xaml @@ -4,7 +4,8 @@ xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:Banquale.Views" - Shell.FlyoutBehavior="Disabled"> + Shell.FlyoutBehavior="Disabled" + Shell.NavBarIsVisible="False">