Skip to content

Commit

Permalink
fix display name
Browse files Browse the repository at this point in the history
  • Loading branch information
joekolodz committed Mar 30, 2024
1 parent 6e82b64 commit 2e37ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/ActionCatalogItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public int CompareTo(ActionCatalogItem other)

public override string ToString()
{
return $"{ActionName} ({Actions.Count} button actions)";
return $"{ActionName}";
}

private ICommand _removeActionCatalogItemCommand;
Expand Down

0 comments on commit 2e37ff9

Please sign in to comment.