set IsMedia() to static

This commit is contained in:
Vic 2022-11-27 17:19:39 +08:00
parent 5a077f9006
commit c40b0b93a1

View file

@ -176,7 +176,7 @@ namespace Flow.Launcher.ViewModel
public bool PreviewIsImageOrVideo { get; set; } = false;
public bool IsMedia(string extension)
public static bool IsMedia(string extension)
{
return extension is ".jpg"
or ".png"