mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
feature: add supports for .webp
image format (#421)
This commit is contained in:
parent
3d57398d15
commit
a573436b67
3 changed files with 8 additions and 7 deletions
|
@ -536,7 +536,7 @@ namespace SourceGit.ViewModels
|
|||
|
||||
private static readonly HashSet<string> IMG_EXTS = new HashSet<string>()
|
||||
{
|
||||
".ico", ".bmp", ".jpg", ".png", ".jpeg"
|
||||
".ico", ".bmp", ".jpg", ".png", ".jpeg", ".webp"
|
||||
};
|
||||
|
||||
private Repository _repo = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue