mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
- Change PreviewExtension base Subtitle from IcoPath (For Fix the Large Icon display issue)
This commit is contained in:
parent
3aa3cf3cff
commit
a70b13d51f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ namespace Flow.Launcher.ViewModel
|
|||
}
|
||||
Result = result;
|
||||
|
||||
PreviewExtension = Path.GetExtension(result.PreviewImage ?? result.IcoPath);
|
||||
PreviewExtension = Path.GetExtension(result.PreviewImage ?? result.SubTitle);
|
||||
if (PreviewExtension != null)
|
||||
{
|
||||
PreviewExtension = PreviewExtension.ToLowerInvariant();
|
||||
|
|
|
|||
Loading…
Reference in a new issue