mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Update cura/API/Account.py
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
9e30efb615
commit
050878bbfe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue