mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Show FileName under preview image
This commit is contained in:
parent
f1628eec66
commit
9d3a0f0b70
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
HorizontalAlignment="Stretch"
|
||||
VerticalAlignment="Top"
|
||||
Style="{DynamicResource PreviewItemTitleStyle}"
|
||||
Text="{Binding Result.Title}"
|
||||
Text="{Binding FileName}"
|
||||
TextAlignment="Center"
|
||||
TextWrapping="Wrap" />
|
||||
</Grid>
|
||||
|
|
|
|||
Loading…
Reference in a new issue