ux: new icon for track option

This commit is contained in:
leo 2024-06-18 14:55:22 +08:00
parent c2cba9ee56
commit 09d88455c0
No known key found for this signature in database
GPG key ID: B528468E49CD0E58
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)
{