Skip to content

Commit 1800944

Browse files
Fix: Fixed issue where folder suggestions were not showing in the Address bar (#10180)
1 parent 17f2b56 commit 1800944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/UserControls/AddressToolbar.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
BorderBrush="{ThemeResource SystemBaseMediumLowColor}"
433433
BorderThickness="{ThemeResource TextControlBorderThemeThickness}"
434434
CornerRadius="{StaticResource ControlCornerRadius}"
435-
DisplayMemberPath="ItemName"
435+
DisplayMemberPath="Name"
436436
FocusDisengaged="VisiblePath_LostFocus"
437437
FontWeight="SemiBold"
438438
ItemsSource="{x:Bind ViewModel.NavigationBarSuggestions, Mode=OneWay}"

0 commit comments

Comments
 (0)