Skip to content

Commit

Permalink
Update client/ayon_applications/plugins/launcher_actions/debug_shell.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Trllo <[email protected]>
  • Loading branch information
BigRoy and iLLiCiTiT authored Jul 30, 2024
1 parent 02e2639 commit 1cde62b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ class DebugShell(LauncherAction):
order = 10

def is_compatible(self, selection) -> bool:
return all((
selection.is_task_selected,
selection.is_folder_selected,
selection.is_project_selected,
))
return selection.is_task_selected

def process(self, selection, **kwargs):
# Get cursor position directly so the menu shows closer to where user
Expand Down

0 comments on commit 1cde62b

Please sign in to comment.