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 49fc1bd commit 0009131Copy full SHA for 0009131
src/Files.App/UserControls/Pane/InfoPane.xaml
@@ -251,7 +251,6 @@
251
TextWrapping="Wrap"
252
Visibility="Collapsed">
253
<Run Text="{x:Bind ViewModel.SelectedDriveItem.Filesystem, Mode=OneWay}" />
254
- <Run Text=" " />
255
<Run Foreground="{ThemeResource TextFillColorTertiaryBrush}" Text="{x:Bind ViewModel.SelectedDriveItem.TypeText, Mode=OneWay}" />
256
</TextBlock>
257
0 commit comments