diff --git a/cura/API/Account.py b/cura/API/Account.py index d126a52d60..2fc5b8de6c 100644 --- a/cura/API/Account.py +++ b/cura/API/Account.py @@ -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: