mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
feature: show track status in Delete Multiple Branches
panel (#785)
This commit is contained in:
parent
1ddd348a40
commit
75e9f1e9a4
4 changed files with 18 additions and 10 deletions
|
@ -10,12 +10,6 @@ namespace SourceGit.ViewModels
|
|||
private set;
|
||||
}
|
||||
|
||||
public string TrackStatus
|
||||
{
|
||||
get;
|
||||
private set;
|
||||
}
|
||||
|
||||
public Models.Branch TrackingRemoteBranch
|
||||
{
|
||||
get;
|
||||
|
@ -38,7 +32,6 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
_repo = repo;
|
||||
Target = branch;
|
||||
TrackStatus = branch.TrackStatus.ToString();
|
||||
|
||||
if (branch.IsLocal && !string.IsNullOrEmpty(branch.Upstream))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue