mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed unnecessary refresh calls
This commit is contained in:
parent
912c6b3b57
commit
d6e345addc
1 changed files with 0 additions and 2 deletions
|
|
@ -108,7 +108,6 @@ class ProjectsPanel(QtWidgets.QWidget):
|
|||
flick.activateOn(view)
|
||||
model = ProjectModel(self.dbcon)
|
||||
model.hide_invisible = True
|
||||
model.refresh()
|
||||
view.setModel(model)
|
||||
|
||||
layout.addWidget(view)
|
||||
|
|
@ -434,7 +433,6 @@ class LauncherWindow(QtWidgets.QDialog):
|
|||
def on_back_clicked(self):
|
||||
self.dbcon.Session["AVALON_PROJECT"] = None
|
||||
self.set_page(0)
|
||||
self.project_panel.model.refresh() # Refresh projects
|
||||
self.discover_actions()
|
||||
|
||||
def on_action_clicked(self, action):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue