We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d404f6d commit b06a4cbCopy full SHA for b06a4cb
src/ViewModels/BranchTreeNode.cs
@@ -75,9 +75,7 @@ public string Tooltip
75
public class Builder
76
{
77
public List<BranchTreeNode> Locals { get; } = [];
78
-
79
public List<BranchTreeNode> Remotes { get; } = [];
80
81
public List<string> InvalidExpandedNodes { get; } = [];
82
83
public Builder(Models.BranchSortMode localSortMode, Models.BranchSortMode remoteSortMode)
0 commit comments