mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
neaten up project name retrieval through canonical means
This commit is contained in:
parent
f4578e93a9
commit
0d945c90ec
1 changed files with 1 additions and 2 deletions
|
|
@ -157,8 +157,7 @@ class WorkfilesToolWindow(QtWidgets.QWidget):
|
|||
self._home_body_widget = home_body_widget
|
||||
self._split_widget = split_widget
|
||||
|
||||
host = self._controller._host
|
||||
self._project_name = host.get_current_project_name()
|
||||
self._project_name = self._controller.get_current_project_name()
|
||||
|
||||
self._tasks_widget = tasks_widget
|
||||
self._side_panel = side_panel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue