Skip to content

Commit a07a071

Browse files
authored
Fixed an issue with localized file types in tiles view (#2010)
1 parent 64a294f commit a07a071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Files/Views/LayoutModes/GridViewBrowser.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@
714714
<TextBlock
715715
HorizontalAlignment="Left"
716716
Opacity="0.6"
717-
Text="{x:Bind ItemType}"
717+
Text="{Binding ItemType, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
718718
TextAlignment="Left"
719719
TextTrimming="CharacterEllipsis"
720720
TextWrapping="NoWrap" />

0 commit comments

Comments
 (0)