mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:39:07 +08:00
Don't emit with new profile
The signal can't accept it because it's not a QObject. Contributes to issue CURA-8539.
This commit is contained in:
parent
bfb8440a04
commit
a5202b61d2
@ -209,7 +209,7 @@ class Account(QObject):
|
|||||||
|
|
||||||
def _onProfileChanged(self, profile: UserProfile):
|
def _onProfileChanged(self, profile: UserProfile):
|
||||||
self._user_profile = profile
|
self._user_profile = profile
|
||||||
self.userProfileChanged.emit(profile)
|
self.userProfileChanged.emit()
|
||||||
|
|
||||||
def _sync(self) -> None:
|
def _sync(self) -> None:
|
||||||
"""Signals all sync services to start syncing
|
"""Signals all sync services to start syncing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user