mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 10:22:13 +08:00
readme: add description for GIT LFS support
This commit is contained in:
@@ -28,6 +28,7 @@ Opensource Git GUI client.
|
||||
* Branch Diff
|
||||
* Image Diff
|
||||
* GitFlow support
|
||||
* Git LFS support
|
||||
|
||||
> **Linux** only tested on **Ubuntu 22.04** on **X11**.
|
||||
|
||||
|
||||
@@ -676,7 +676,7 @@ namespace SourceGit.ViewModels
|
||||
menu.Items.Add(lfs);
|
||||
hasExtra = true;
|
||||
}
|
||||
|
||||
|
||||
if (hasExtra)
|
||||
menu.Items.Add(new MenuItem() { Header = "-" });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user