mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
removed underscores from tool names
This commit is contained in:
parent
54c8988ce9
commit
0bac8ff6de
1 changed files with 2 additions and 2 deletions
|
|
@ -162,10 +162,10 @@ class HostToolsHelper:
|
|||
elif tool_name == "creator":
|
||||
self.show_creator_tool(parent, *args, **kwargs)
|
||||
|
||||
elif tool_name == "subset_manager":
|
||||
elif tool_name == "subsetmanager":
|
||||
self.show_subset_manager_tool(parent, *args, **kwargs)
|
||||
|
||||
elif tool_name == "scene_inventory":
|
||||
elif tool_name == "sceneinventory":
|
||||
self.show_scene_inventory_tool(parent, *args, **kwargs)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue