cleanup: remove duplicated

This commit is contained in:
leo 2024-06-17 19:44:54 +08:00
parent bac82ad6cf
commit 3afb134037
No known key found for this signature in database
GPG key ID: B528468E49CD0E58
6 changed files with 6 additions and 8 deletions

View file

@ -1226,7 +1226,7 @@ namespace SourceGit.ViewModels
var prune = new MenuItem();
prune.Header = App.Text("RemoteCM.Prune");
prune.Icon = App.CreateMenuIcon("Icons.Clear2");
prune.Icon = App.CreateMenuIcon("Icons.Clean");
prune.Click += (o, e) =>
{
if (PopupHost.CanCreatePopup())