Merge remote-tracking branch 'origin/main' into CURA-11761_container_stack_cache

This commit is contained in:
Remco Burema 2024-09-10 14:05:24 +02:00
commit 34e941df6f

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: