Skip to content

Commit c40b0b9

Browse files
set IsMedia() to static
1 parent 5a077f9 commit c40b0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/ResultViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public ImageSource PreviewImage
176176

177177
public bool PreviewIsImageOrVideo { get; set; } = false;
178178

179-
public bool IsMedia(string extension)
179+
public static bool IsMedia(string extension)
180180
{
181181
return extension is ".jpg"
182182
or ".png"

0 commit comments

Comments
 (0)