mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00
ux: new icon for track option
This commit is contained in:
parent
c2cba9ee56
commit
09d88455c0
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue