Merge pull request #19615 from Ultimaker/CURA-12076_permissions_after_login

[CURA-12076] Directly update permissions after login.
This commit is contained in:
HellAholic 2024-09-05 16:12:37 +02:00 committed by GitHub
commit 6cf55cd743
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: