style: remove popup's border on non-linux platforms

This commit is contained in:
leo 2024-03-08 17:41:10 +08:00
parent c14b7ebbe1
commit 61e1491854
2 changed files with 5 additions and 2 deletions

View file

@ -23,7 +23,7 @@ namespace SourceGit.Commands {
b.UpstreamTrackStatus = string.Empty;
} else {
b.UpstreamTrackStatus = ParseTrackStatus(b.Name, b.Upstream);
}
}
}
}