mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
update the setting table while loading ucp the seond time
CURA-11403
This commit is contained in:
parent
72f6540627
commit
f19320cad8
3 changed files with 16 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue