Simplify how the project tree is populated

This commit is contained in:
Veronica Berglyd Olsen
2024-07-25 20:47:14 +02:00
parent 06aa2e6c07
commit 33497bc92d
4 changed files with 3 additions and 11 deletions
+1
View File
@@ -166,6 +166,7 @@ class GuiProjectView(QWidget):
def openProjectTasks(self) -> None:
"""Run open project tasks."""
self.populateTree()
self.projBar.buildQuickLinksMenu()
self.projBar.setEnabled(True)
return