Skip to content

Commit 9d3a0f0

Browse files
committed
Show FileName under preview image
1 parent f1628ee commit 9d3a0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
HorizontalAlignment="Stretch"
3232
VerticalAlignment="Top"
3333
Style="{DynamicResource PreviewItemTitleStyle}"
34-
Text="{Binding Result.Title}"
34+
Text="{Binding FileName}"
3535
TextAlignment="Center"
3636
TextWrapping="Wrap" />
3737
</Grid>

0 commit comments

Comments
 (0)