Skip to content

Commit

Permalink
Right click option no longer says "delete"
Browse files Browse the repository at this point in the history
Fixes #1292
  • Loading branch information
vchelaru committed Dec 6, 2023
1 parent 59f810a commit d67f5be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

<!--Defines a context menu-->
<ContextMenu x:Key="MyElementMenu">
<MenuItem Header="{x:Static localization:Texts.Delete}" Click="DeleteBookmark_MenuItem_Click"/>
<MenuItem Header="Remove from Favorites" Click="DeleteBookmark_MenuItem_Click"/>
</ContextMenu>

<!--Sets a context menu for each ListBoxItem in the current ListBox-->
Expand Down

0 comments on commit d67f5be

Please sign in to comment.