mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update name
This commit is contained in:
parent
e634e2cbff
commit
a07af87cb1
2 changed files with 2 additions and 2 deletions
|
|
@ -526,7 +526,7 @@
|
|||
<TextBlock
|
||||
x:Name="PreviewSubTitle"
|
||||
Style="{DynamicResource PreviewItemSubTitleStyle}"
|
||||
Text="{Binding DefaultPreviewCustomDescription}" />
|
||||
Text="{Binding PreviewDescription}" />
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</Border>
|
||||
|
|
|
|||
|
|
@ -288,7 +288,7 @@ namespace Flow.Launcher.ViewModel
|
|||
}
|
||||
}
|
||||
|
||||
public string DefaultPreviewCustomDescription => Result.Preview?.Description ?? Result.SubTitle;
|
||||
public string PreviewDescription => Result.Preview?.Description ?? Result.SubTitle;
|
||||
|
||||
public Result Result { get; }
|
||||
public int ResultProgress
|
||||
|
|
|
|||
Loading…
Reference in a new issue