Skip to content

Commit a57ab5d

Browse files
authored
Remove FlyoutBehavior on Basic Template (#26352)
1 parent e7556f0 commit a57ab5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Templates/src/templates/maui-mobile/AppShell.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
<!--#if (!IncludeSampleContent) -->
1111
xmlns:local="clr-namespace:MauiApp._1"
1212
<!--#endif -->
13+
<!--#if (IncludeSampleContent) -->
1314
Shell.FlyoutBehavior="Flyout"
15+
<!--#endif -->
1416
Title="MauiApp._1">
1517

1618
<!--#if (!IncludeSampleContent) -->

0 commit comments

Comments
 (0)