ux: new icon for track option

This commit is contained in:
leo
2024-06-18 14:55:22 +08:00
parent c2cba9ee56
commit 09d88455c0
2 changed files with 2 additions and 1 deletions

View File

@@ -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)
{