mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Update cura/API/Account.py
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
9e30efb615
commit
050878bbfe
@ -231,7 +231,7 @@ class Account(QObject):
|
||||
|
||||
@pyqtSlot()
|
||||
@pyqtSlot(bool)
|
||||
def sync(self, user_initiated=False):
|
||||
def sync(self, user_initiated: bool = False) -> None:
|
||||
if user_initiated:
|
||||
self._setManualSyncEnabled(False)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user