mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
refresh actions when on projects page
This commit is contained in:
parent
397a85de5a
commit
699da55d53
1 changed files with 2 additions and 1 deletions
|
|
@ -202,8 +202,9 @@ class LauncherWindow(QtWidgets.QWidget):
|
|||
self._go_to_hierarchy_page(project_name)
|
||||
|
||||
def _on_projects_refresh(self):
|
||||
# There is nothing to do, we're on projects page
|
||||
# Refresh only actions on projects page
|
||||
if self._is_on_projects_page:
|
||||
self._actions_widget.refresh()
|
||||
return
|
||||
|
||||
# No projects were found -> go back to projects page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue