Skip to content

Commit

Permalink
Update scr_act_volume_region.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs authored Oct 11, 2024
1 parent 8abf1f8 commit 92e4062
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def dialog_event_handler(widget):

def element_filter(element):
try:
if element.type == 'volume' or element.type == 'linked_volume':
if element.type == 'linked_volume':
return True
except Exception as e:
pass
Expand Down

0 comments on commit 92e4062

Please sign in to comment.