mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
SyncServer GUI - safer creation of gui
This commit is contained in:
parent
60b2cb46cb
commit
a6e91195fa
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ class SyncServerWindow(QtWidgets.QDialog):
|
|||
|
||||
container = QtWidgets.QWidget()
|
||||
projects = SyncProjectListWidget(parent=self)
|
||||
projects.refresh() # force selection of default
|
||||
repres = SyncRepresentationWidget(project=projects.current_project,
|
||||
parent=self)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue