mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
Adding HEAD decorator markup in the Graph
This commit is contained in:
parent
8aeb7ed17c
commit
4750ad0d07
4 changed files with 15 additions and 2 deletions
|
@ -32,7 +32,7 @@ namespace SourceGit.Models
|
|||
|
||||
public bool IsCurrentHead
|
||||
{
|
||||
get => Decorators.Find(x => x.Type == DecoratorType.CurrentBranchHead) != null;
|
||||
get => Decorators.Find(x => x.Type is DecoratorType.CurrentBranchHead or DecoratorType.CurrentCommitHead) != null;
|
||||
}
|
||||
|
||||
public string FullMessage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue