mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06:00
Merge branch 'zyyx_profile_addition' of https://github.com/theodorhansson/Cura into zyyx_profile_addition
This commit is contained in:
commit
f3ba1902d8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue