mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 04:09:01 +08:00
Fix missing argument in application stopped signal callback
This commit is contained in:
parent
c678b401e3
commit
0e0492327c
@ -54,7 +54,7 @@ class USBPrinterOutputDeviceManager(QObject, OutputDevicePlugin):
|
||||
self._check_updates = True
|
||||
self._update_thread.start()
|
||||
|
||||
def stop(self):
|
||||
def stop(self, store_data: bool = True):
|
||||
self._check_updates = False
|
||||
|
||||
def _onConnectionStateChanged(self, serial_port):
|
||||
|
Loading…
x
Reference in New Issue
Block a user