mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
readme: add description for GIT LFS support
This commit is contained in:
parent
9a0b10bd9c
commit
bac82ad6cf
2 changed files with 2 additions and 1 deletions
|
@ -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 = "-" });
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue