mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
set IsMedia() to static
This commit is contained in:
parent
5a077f9006
commit
c40b0b93a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue