Skip to content

Commit

Permalink
Update Contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Jul 4, 2023
1 parent ca5f225 commit e97432d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ public sealed class ElementDescriptor : Descriptor, IDescriptorConnector
{
if (_element is ElementType) return;

contextMenu.AddMenuItem("Show element")
contextMenu.AddMenuItem()
.SetHeader("Show element")
.SetCommand(_element, element =>
{
Application.ActionEventHandler.Raise(_ =>
Expand Down

0 comments on commit e97432d

Please sign in to comment.