ux: new icon for Move to Anthor Group

This commit is contained in:
leo 2024-09-02 17:33:00 +08:00
parent dffd9d7676
commit 72fbab3b2e
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -174,7 +174,7 @@ namespace SourceGit.ViewModels
var move = new MenuItem();
move.Header = App.Text("Welcome.Move");
move.Icon = App.CreateMenuIcon("Icons.Move");
move.Icon = App.CreateMenuIcon("Icons.MoveToAnthorGroup");
move.Click += (_, e) =>
{
if (PopupHost.CanCreatePopup())