Skip to content

Commit 41871d1

Browse files
committed
Remove header
1 parent effd6c3 commit 41871d1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Files.App/UserControls/InnerNavigationToolbar.xaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,6 @@
6666
<ColumnDefinition Width="Auto" />
6767
</Grid.ColumnDefinitions>
6868

69-
<!-- Home page header -->
70-
<TextBlock
71-
x:Name="HomePageHeaderTextBlock"
72-
Grid.Column="0"
73-
Margin="18,0,0,0"
74-
HorizontalAlignment="Left"
75-
VerticalAlignment="Center"
76-
x:Load="{x:Bind ViewModel.InstanceViewModel.IsPageTypeNotHome, Converter={StaticResource BoolNegationConverter}, Mode=OneWay}"
77-
Style="{StaticResource App.Theme.SubtitleTextBlockStyle}"
78-
Text="{helpers:ResourceString Name=Home}" />
79-
8069
<!-- Context Commands -->
8170
<CommandBar
8271
x:Name="ContextCommandBar"

0 commit comments

Comments
 (0)