Skip to content

Commit e406cc9

Browse files
committed
bug-10549: Hide search non-indexed objects
1 parent 055d555 commit e406cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/Views/LayoutModes/DetailsLayoutBrowser.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,10 +917,10 @@
917917
HorizontalAlignment="Stretch"
918918
x:Load="{x:Bind InstanceViewModel.ShowSearchUnindexedItemsMessage, Mode=OneWay}"
919919
Orientation="Vertical">
920-
<TextBlock HorizontalTextAlignment="Center" Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" />
920+
<TextBlock Visibility="Collapsed" Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" />
921921
<HyperlinkButton
922922
x:Name="SearchUnindexedItemsButton"
923-
HorizontalAlignment="Center"
923+
Visibility="Collapsed"
924924
Command="{x:Bind CommandsViewModel.SearchUnindexedItems}"
925925
Content="{helpers:ResourceString Name=SearchUnindexedItemsButton/Content}" />
926926
</StackPanel>

0 commit comments

Comments
 (0)