mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:36:03 +08:00
Merge branch 'main' into CURA-12093_conditional-start-end-gcode
This commit is contained in:
commit
f3ae342f34
@ -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