Merge branch 'main' into CURA-12093_conditional-start-end-gcode

This commit is contained in:
Erwan MATHIEU 2024-09-06 12:21:47 +02:00 committed by GitHub
commit f3ae342f34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -232,6 +232,7 @@ class Account(QObject):
def _onProfileChanged(self, profile: Optional[UserProfile]) -> None:
self._user_profile = profile
self._updatePermissions()
self.userProfileChanged.emit()
def _sync(self) -> None: