mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
do not refresh project bar of project change
This commit is contained in:
parent
28af01c9e7
commit
b92501cc0a
1 changed files with 0 additions and 1 deletions
|
|
@ -375,7 +375,6 @@ class LauncherWindow(QtWidgets.QDialog):
|
|||
def on_project_clicked(self, project_name):
|
||||
self.dbcon.Session["AVALON_PROJECT"] = project_name
|
||||
# Refresh projects
|
||||
self.asset_panel.project_bar.refresh()
|
||||
self.asset_panel.set_project(project_name)
|
||||
self.set_page(1)
|
||||
self.refresh_actions()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue