Skip to content

Commit b2434db

Browse files
authored
Fixed search button on home page (#7118)
1 parent 0eb0f17 commit b2434db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Files/UserControls/NavigationToolbar.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@
502502
AutomationProperties.Name="Search"
503503
Background="Transparent"
504504
Click="SearchButton_Click"
505-
IsEnabled="{x:Bind ViewModel.InstanceViewModel.IsPageTypeNotHome, Mode=OneWay}"
506505
Style="{StaticResource ToolBarButtonStyle}"
507506
ToolTipService.ToolTip="Search (Ctrl+F)"
508507
Visibility="Collapsed">

0 commit comments

Comments
 (0)