mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 10:50:52 +08:00
ux: new icon for track option
This commit is contained in:
@@ -1160,7 +1160,7 @@ namespace SourceGit.ViewModels
|
||||
{
|
||||
var tracking = new MenuItem();
|
||||
tracking.Header = App.Text("BranchCM.Tracking");
|
||||
tracking.Icon = App.CreateMenuIcon("Icons.Branch");
|
||||
tracking.Icon = App.CreateMenuIcon("Icons.Track");
|
||||
|
||||
foreach (var b in remoteBranches)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user