mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-03 22:00:49 +08:00
Merge branch 'master' into CURA-4447_UPDATE_INSTANCE_CONTAINER
This commit is contained in:
commit
09ed53b4ec
@ -18,6 +18,10 @@ class SimpleModeSettingsManager(QObject):
|
||||
self._machine_manager.activeStackValueChanged.connect(self._updateIsProfileCustomized)
|
||||
self._machine_manager.activeQualityChanged.connect(self._updateIsProfileUserCreated)
|
||||
|
||||
# update on create as the activeQualityChanged signal is emitted before this manager is created when Cura starts
|
||||
self._updateIsProfileCustomized()
|
||||
self._updateIsProfileUserCreated()
|
||||
|
||||
isProfileCustomizedChanged = pyqtSignal()
|
||||
isProfileUserCreatedChanged = pyqtSignal()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user