mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-06 22:57:47 -07:00
Merge pull request #19615 from Ultimaker/CURA-12076_permissions_after_login
[CURA-12076] Directly update permissions after login.
This commit is contained in:
commit
6cf55cd743
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue