update the setting table while loading ucp the seond time

CURA-11403
This commit is contained in:
Saumya Jain 2024-03-04 11:58:21 +01:00
parent 72f6540627
commit f19320cad8
3 changed files with 16 additions and 2 deletions

View file

@ -332,7 +332,7 @@ class WorkspaceDialog(QObject):
def allowCreateMachine(self):
return self._allow_create_machine
@pyqtProperty(QObject, constant = True)
@pyqtProperty(QObject)
def exportedSettingModel(self):
return self._exported_settings_model