Skip to content

Commit

Permalink
fix context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
PJDude committed Jan 12, 2025
1 parent eb82344 commit 2665d82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dude.py
Original file line number Diff line number Diff line change
Expand Up @@ -3468,8 +3468,6 @@ def context_menu_show(self,event):

parent_dir_state = ('disabled','normal')[self.two_dots_condition(self.sel_path_full) and self.sel_kind!=self.CRC]

crc_mode_only = ('disabled','normal')[self.operation_mode]

if tree==self.groups_tree:
self_tagged = self.tagged

Expand Down

0 comments on commit 2665d82

Please sign in to comment.