mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 06:08:58 +08:00
Fix typo in property. Not sure why this didn't crash tbh.
done while investigating CURA-9196
This commit is contained in:
parent
c4ec9142db
commit
854921c002
@ -21,7 +21,7 @@ class RemovableDrivePlugin(OutputDevicePlugin):
|
|||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
self._update_thread = threading.Thread(target = self._updateThread)
|
self._update_thread = threading.Thread(target = self._updateThread)
|
||||||
self._update_thread.deamon = True
|
self._update_thread.daemon = True
|
||||||
|
|
||||||
self._check_updates = True
|
self._check_updates = True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user