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.
1 parent 17f2b56 commit 1800944Copy full SHA for 1800944
src/Files.App/UserControls/AddressToolbar.xaml
@@ -432,7 +432,7 @@
432
BorderBrush="{ThemeResource SystemBaseMediumLowColor}"
433
BorderThickness="{ThemeResource TextControlBorderThemeThickness}"
434
CornerRadius="{StaticResource ControlCornerRadius}"
435
- DisplayMemberPath="ItemName"
+ DisplayMemberPath="Name"
436
FocusDisengaged="VisiblePath_LostFocus"
437
FontWeight="SemiBold"
438
ItemsSource="{x:Bind ViewModel.NavigationBarSuggestions, Mode=OneWay}"
0 commit comments