Skip to content

Commit

Permalink
reduce unreal error spam
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdelbeke committed Jul 24, 2023
1 parent 82c2b05 commit 2ded177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unimenu/apps/unreal.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def _default_root_parent(self):
return parent_menu

def setup(self, parent_app_node: unreal.ToolMenu = None, backlink=True) -> unreal.ToolMenu:
backlink = False # todo, override to false unreal doesnt support backlink yet
app_node = super().setup(parent_app_node=parent_app_node, backlink=backlink)

# post setup
Expand Down

0 comments on commit 2ded177

Please sign in to comment.