Skip to content

Commit

Permalink
Only show "Delete Search" context menu for PackageTreeView.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeqMacaw committed Dec 2, 2020
1 parent da09432 commit 8e3d12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Crowbar/Widgets/Main Tabs/UnpackUserControl.vb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Public Class UnpackUserControl
Me.CustomMenu = New ContextMenuStrip()
Me.CustomMenu.Items.Add(Me.DeleteSearchToolStripMenuItem)
Me.CustomMenu.Items.Add(Me.DeleteAllSearchesToolStripMenuItem)
Me.ContextMenuStrip = Me.CustomMenu
Me.PackageTreeView.ContextMenuStrip = Me.CustomMenu

Me.theSearchCount = 0

Expand Down

0 comments on commit 8e3d12b

Please sign in to comment.