We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a738026 + 724f710 commit d8e2262Copy full SHA for d8e2262
src/Files.App/UserControls/NavigationToolbar.xaml
@@ -419,6 +419,7 @@
419
x:Name="OmnibarSearchMode"
420
IconOnActive="{controls:ThemedIconMarkup Style={StaticResource App.ThemedIcons.Omnibar.Search}, IsFilled=True}"
421
IconOnInactive="{controls:ThemedIconMarkup Style={StaticResource App.ThemedIcons.Omnibar.Search}, IconType=Outline}"
422
+ IsAutoFocusEnabled="True"
423
ModeName="{x:Bind Commands.Search.LabelWithHotKey, Mode=OneWay}"
424
PlaceholderText="{helpers:ResourceString Name=OmnibarSearchModeTextPlaceholder}" />
425
0 commit comments