diff --git a/cura/API/Account.py b/cura/API/Account.py index 9a4dceb3c9..bf8a883c1a 100644 --- a/cura/API/Account.py +++ b/cura/API/Account.py @@ -209,7 +209,7 @@ class Account(QObject): def _onProfileChanged(self, profile: UserProfile): self._user_profile = profile - self.userProfileChanged.emit(profile) + self.userProfileChanged.emit() def _sync(self) -> None: """Signals all sync services to start syncing