Skip to content

Commit 4a68bb0

Browse files
committed
ux: remove duplicated icon
1 parent 93c94c6 commit 4a68bb0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Views/Histories.axaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,6 @@ private ContextMenu CreateContextMenuForSingleCommit(ViewModels.Repository repo,
10751075
{
10761076
var manually = new MenuItem();
10771077
manually.Header = App.Text("CommitCM.InteractiveRebase.Manually", current.Name, target);
1078-
manually.Icon = this.CreateMenuIcon("Icons.InteractiveRebase");
10791078
manually.Click += async (_, e) =>
10801079
{
10811080
await this.ShowDialogAsync(new ViewModels.InteractiveRebase(repo, commit));

0 commit comments

Comments
 (0)