Merge branch 'Ultimaker:main' into zyyx_profile_addition

This commit is contained in:
Theodor Hansson 2024-09-10 20:52:54 +02:00 committed by GitHub
commit 6113ceef03
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: