mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-24 05:29:12 +08:00
Merge branch 'zyyx_profile_addition' of https://github.com/theodorhansson/Cura into zyyx_profile_addition
This commit is contained in:
commit
f3ba1902d8
@ -232,6 +232,7 @@ class Account(QObject):
|
|||||||
|
|
||||||
def _onProfileChanged(self, profile: Optional[UserProfile]) -> None:
|
def _onProfileChanged(self, profile: Optional[UserProfile]) -> None:
|
||||||
self._user_profile = profile
|
self._user_profile = profile
|
||||||
|
self._updatePermissions()
|
||||||
self.userProfileChanged.emit()
|
self.userProfileChanged.emit()
|
||||||
|
|
||||||
def _sync(self) -> None:
|
def _sync(self) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user