Skip to content

Commit 47a5c88

Browse files
committed
bug-10549: Hide search non-indexed objects
1 parent 417ea3a commit 47a5c88

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
@@ -922,10 +922,10 @@
922922
HorizontalAlignment="Stretch"
923923
x:Load="{x:Bind InstanceViewModel.ShowSearchUnindexedItemsMessage, Mode=OneWay}"
924924
Orientation="Vertical">
925-
<TextBlock HorizontalTextAlignment="Center" Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" />
925+
<TextBlock Visibility="Collapsed" Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" />
926926
<HyperlinkButton
927927
x:Name="SearchUnindexedItemsButton"
928-
HorizontalAlignment="Center"
928+
Visibility="Collapsed"
929929
Command="{x:Bind CommandsViewModel.SearchUnindexedItems}"
930930
Content="{helpers:ResourceString Name=SearchUnindexedItemsButton/Content}" />
931931
</StackPanel>

0 commit comments

Comments
 (0)