Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into CURA-11761_container_…
Browse files Browse the repository at this point in the history
…stack_cache
  • Loading branch information
rburema committed Sep 10, 2024
2 parents ac8176d + 6cf55cd commit 34e941d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cura/API/Account.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ def _onLoginStateChanged(self, logged_in: bool = False, error_message: Optional[

def _onProfileChanged(self, profile: Optional[UserProfile]) -> None:
self._user_profile = profile
self._updatePermissions()
self.userProfileChanged.emit()

def _sync(self) -> None:
Expand Down

0 comments on commit 34e941d

Please sign in to comment.