feature: supports to view .gif file as static image (not animated)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-06-12 11:32:24 +08:00
parent 7e2f3bec8c
commit 79650d1851
No known key found for this signature in database

View file

@ -30,6 +30,7 @@ namespace SourceGit.ViewModels
{
case ".ico":
case ".bmp":
case ".gif":
case ".jpg":
case ".jpeg":
case ".png":